Start Banner

Javaman

New member
Joined
Jun 5, 2004
Messages
2
Programming Experience
1-3
Hi all I am trying to have a start banner for an application that i wrote in VB.NET, like the banner that comes first whn you double click microsoft word, or the one for adaware. I hope you understand my question. I quite new to VB.NET so please be patient with me
 
This is called a Splash Screen. There are various ways of doing this from using a start form that closes when a timer elapses, to putting code in the initialization area of your main form, to putting a splash form on a separate thread.
 
Splash screen .... Got it
I will try to figuer out how do it, If you can give me tips or instructions on how to start a Splash screen on Visual studio, that would be greatly appreciated.

Again thanks alot neal
 
Back
Top