splash screen
-
hi all! please tell me how to add a splash screen in VS 2003. I dont get the splash screen option in the project properties. thanks
-
hi all! please tell me how to add a splash screen in VS 2003. I dont get the splash screen option in the project properties. thanks
Puddle of Blood wrote:
I dont get the splash screen option in the project properties.
Was there ever a spashscreen option? Create a form, put your graphics on it. Put a timer on it. When the timer gets to a certain point have the event handler for the timer close the form. In the application's Main method (you'll find it in the class that Visual Studio originally called Form1) before the code that exists already create your splash screen form object, call Show() on that object. Voila! You have a basic splash screen. ColinMackay.net Scottish Developers are looking for speakers for user group sessions over the next few months. Do you want to know more?