lol, silly.
you go project > project Properties > and you will see on the right the startup object. choose your spash screen.
then go to the splash screen and put a timer in and set it to however long you want and the coding will be like
Private Sub Timer1_Timer()
Form1.Show
Unload Me
End...