splash screen
-
hi all! please tell me how to create a spalsh screen. i have put a timer and after it elapses i am able to open a new form. but the splash screen refuses to close. I recently migrated to C# used to work on VB.NET before. in VB i had created an application context and managed to close the opening screen and transfer the mainform property. this does not seem to work in C#. please help regards Vineet
-
hi all! please tell me how to create a spalsh screen. i have put a timer and after it elapses i am able to open a new form. but the splash screen refuses to close. I recently migrated to C# used to work on VB.NET before. in VB i had created an application context and managed to close the opening screen and transfer the mainform property. this does not seem to work in C#. please help regards Vineet
in visual studio from the Project menu select [nameOfYourProject] Properties. in the "application" tab (usually the first to appear) look for the "splash screen" combo in the "windows application framework properties". here you can select the splash screen you previously added to the project (you added one, didn't you? ;) ). then you should be done... ~~~ From Milano to The Hague, easy as it goes ~~~