Multiple Forms - How to set the main form

Joined
Sep 27, 2005
Messages
1
Programming Experience
Beginner
Resolved: Multiple Forms - How to set the main form

Hello

I am a student programmer. I am following examples in the book "Programming in Visual Basic .NET" by Bradley and Millspaugh. I am in chapter 6. The book had me create several forms, inheriting from a base form - labels and command button. How do I set frmMain to be the main form when I run the project? When I run it, it loads the base form (for inheritance). Please help

Fernando
 
Last edited:
in the VB editor (called the IDE) click Project -> Properties (bottom menu item) -> Startup Object dropdown list -> select the form to be the startup (main) form
 
Back
Top