
To add a delay in the splash screen click the View Application Events button and type the code as shown below: This way you do not need to add a line of code in your startup object to show the splash screen. Select a project in Solution Explorer, and then on the Project menu, click Properties.Īs you can see you can specify the form in the startup object and a splash screen under the Windows application framework properties. You can also insert a code to delay the splash screen.įirst you need to add a splash screen to your project. In VB.NET, there is an option in the My Project Properties to specify the startup object and the splash screen.


In Visual Basic 6.0, you need to insert a code in your startup object in order to run your splash screen or make your splash screen form as the startup object.
