vb 6.0 help (1 Viewer)

nealos

Member
Joined
Mar 11, 2006
Messages
64
Gender
Male
HSC
2007
hi
im having trouble coding so that a particular form starts up, all my forms are made and done but every time i run them my main menu screen comes up and the only way my splash scrren comes up is if i press new game?

any help on how i can get my splash to come up first follwed by my game>? ie coding ?

thanks
 

pawnfish

New Member
Joined
Apr 29, 2007
Messages
2
Gender
Undisclosed
HSC
2007
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 Sub

have fun!
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Top