Splash Screen; form loading

Status
Not open for further replies.

raylu

Baseband Member
Messages
56
How do you make a form load first? I have a splash screen but I don't know how to make it load first instead of my other form.
 
Go to Project menu, YourProjectName Properies. In the Startup Object listbox, select the name of the form you want to load first.

Instead: in the Form_Load event of the form that loads first, load the splash form and hide the first form. Much easier to just change the Startup Object though.
 
Status
Not open for further replies.
Back
Top Bottom