how to change which form loads first?

msellery

Newcomer
Joined
Mar 19, 2003
Messages
17
How do you change which form loads first in .Net? I have several forms and I need to change which one loads up first. Thanks!
 
Go to solution explorer, right click on your project, go to properties, then common properties, then general, then go to Startup object dropdown list.
 
Right click the project in the Solution Viewer, click Properties, and then
set the Startup Object from the General section.
 
I don't have a "Startup Object" under Common Properties. I have "Startup Project", which has two option boxes: Single Startup Proejct or Multiple Startup Projects, neither of which I need

EDIT: nevermind, found it, was looking at the wrong properties list. Thanks for the help!
 
Back
Top