msellery Posted April 13, 2003 Posted April 13, 2003 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! Quote
Guest mutant Posted April 13, 2003 Posted April 13, 2003 Go to solution explorer, right click on your project, go to properties, then common properties, then general, then go to Startup object dropdown list. Quote
*Experts* Volte Posted April 13, 2003 *Experts* Posted April 13, 2003 Right click the project in the Solution Viewer, click Properties, and then set the Startup Object from the General section. Quote
msellery Posted April 13, 2003 Author Posted April 13, 2003 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! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.