9Apr/100
Splash screen in WPF
Remember the time when adding a splash screen to application was a hassel? In WPF this is now extremely simply, follow these few steps, and you splash screen is available in your WPF application!
Steps:
- Add your desired splash image to your WPF project
- Click the image in the solution explorer
- Set Build Action to SplashScreen
Thats it! The image will show up when starting the application, and disappear automatically when your main window is finished loading