Hello folks!
I was wondering if I can set the splash screen to a programmatic SplashScreen instead of having to do it thru an image.
Any ideas?
Best regards
Hello folks!
I was wondering if I can set the splash screen to a programmatic SplashScreen instead of having to do it thru an image.
Any ideas?
Best regards
No, the splashscreen class in WPF only works with images.
If you want to have something more complete (such a a Window or a UserControl) you should implement your own splash screen logic. It should be easy but you'll probably not be able to show it as fast as the SplashScreen class of the framework.
The framework's splash screen feature uses native code to improve cold startup time.