VB.NET - Default Form Load

Bassist695

Junior Member
Mar 17, 2002
11
0
0
In this project I am working on, it always opens with a certain form. How do I change the form that is opened on program load? I know it's probably something sickeningly simple, but it's driving me nuts.

Thanks,
Mike
 

Jasonh100

Senior member
Apr 21, 2001
200
0
0
through he menus . . .

Project -> Properties

Then it should be under start up form or something similar....

On a side note, you don't even have to have a form on start up, you can make a subroutine called Main in a module and have that automatically execute.
 

Jasonh100

Senior member
Apr 21, 2001
200
0
0
Verry sorry, just now realized you were talking about vb.net....... I've never used that. I would think it would be something similar though. If there is still a project browser or similar you may want to try right clicking on the forms and see if there is anything there.