Another way to control the start up of your application which i think is best coz it gives me control, is to change the setting gmmastros said to 'Sub Main' and create in a module the following sub
Public Sub Main
' Add code to do at start-up if any?
form1.show ' Show the form you want
End Sub
Regards,
Darren.