Click here to Skip to main content
Click here to Skip to main content

WPF Splash Screen

By , 13 May 2009
 

One thing that many people write for their programs is a small dialog that loads up when you start your application. Sometimes this is just an image file, and other times, it might show you the progress of the app loading, or even something else. Well now, WPF applications can have a simple splash screen for free. This only applies to WPF since I tested it with Forms and it did not work at all. Well, on to the coding....

Add an image to your project. I added simple.png to my little test app. From there, look at the properties of the image and it will say that the image is a resource. Just change the build action to be SplashScreen and you are done.

There are some down sides with this way of doing a splash screen. You do not get to control it. If you want to have a progress bar or to programmatically change the version number, you cannot do it. OK, I will say that there is no immediate way to do it. I am sure that one of the many smart people out there will be able to do it someday.

The second thing is that it is setup to fade out in 0.5 seconds by default. There is no property on the image to allow you to change this. To make it more customizable, you will have to set the image back to a resource, and then in your App class, create an instance of a ScreenSaver class. From this, you can set the time to do the fading and the image resource to use. This gives you more flexibility, but still no handle to the dialog.

This should be simple enough for anyone to recreate it. If you want my sample project, just let me know.

This is a nice small start for WPF to get this type of feature. I like the new things that keep coming out for WPF, and can't wait for VS2010 to be completed and released.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Steve Maier
Software Developer (Senior)
United States United States
Member
No Biography provided

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
GeneralMy vote of 2memberMarco Bertschi5 Nov '12 - 23:38 
You provided a good start of what is possible. But to make this better you should bring up some meat to the bone (code examples and so on).
QuestionPleasemembertakerman7 Jul '12 - 3:53 
Please add simple splash screen application, so others can see it. Thanks.
Suggestionregarding screen savermembernareshbammidi1 Aug '11 - 0:56 
hi,
i want to develop aquarium screen saver using wpf.
how to start the project.
please give me the suggestion regarding this
GeneralhimemberNtr2ntr_kiran12 Jul '09 - 18:22 
very nice feature excellent good work keep it up i expecting more articles in future
GeneralRe: himemberSteve Maier13 Jul '09 - 7:20 
Thanks. I have a post that I am going to be putting up in a few days about XNA coding and WPF too.
 
Steve Maier

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web02 | 2.6.130523.1 | Last Updated 13 May 2009
Article Copyright 2009 by Steve Maier
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid