[Difficulty: Beginner]
In this video, I will show you how to Create a Splash Screen in WPF.
🔵 IMPORTANT LINKS
Source Code: https://github.com/MAHMAD6/WPF-UI__Sp...
Just Color Picker (Download + Tutorial): • Just Color Picker Download + How to use ||...
Visual Studio: https://visualstudio.microsoft.com/do...
Resources: https://www.mediafire.com/file/nfd5j9...
😍Subsribe: / @codecrunch.official
🟢 Adjust the speed as need: if the speed is fast then you can slow it down using Youtube Playback Speed
🟡 Notes
🔴 Application.Current.ShutdownMode = ShutdownMode.OnExplicitShutdown;
It means that if the current window closes, then it will note close the entire application only that window will be closed
You need to explicitly close the application. (as demonstrated in the video)
Chapters:
00:00 Preview
00:20 WPF Splash Screen Code
10:16 Output