How to Create a Splash Screen in VB.NET
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. In VB.NET, there is an option in the My Project Properties to specify the startup object and the splash screen. You can also insert a code to delay the splash screen.
First you need to add a splash screen to your project.

After that, open the project properties.
- Read more about How to Create a Splash Screen in VB.NET
- 25 comments
- Log in or register to post comments
- 2720 views