Im about to start working on a big application (big for me anyway :P) and i was wondering, how do i create a splash page for the program that shows up as soon as the exe is launched and disappears when all of the exe is loaded?
+2
A:
Check out this code project article. It includes both the full code of the splash screen code and an example of how to use it
JaredPar
2009-06-02 15:09:16
Wow, seems alot more complicated then i thought it would be :( Ill have to read through it abit more.
Ozzy
2009-06-02 15:14:04
+1
A:
MS made this easy if you're using VB.NET. However, you can still make this work in C#. Have a look at WindowsFormsApplicationBase.
See this question, too.
Jon B
2009-06-02 15:13:05
A:
If you are using WPF then simply load an image into the project, right click > properties, and choose splash screen. WPF should take care of the rest for you :)
Chris
2009-06-02 15:19:08