• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

VB.NET - Default Form Load

Bassist695

Junior Member
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
 
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.
 
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.
 
Back
Top