How do I set form number four as the default form that will run when I press on f5 in visual studio 2008. Because form 1 will always be the first to start
+2
A:
In the Project Properties, there's a field called "Startup form" - select your form in there.
Andy Shellam
2010-03-03 11:43:07
+4
A:
- Right-click on your project in solution explorer.
- Choose properties.
- Select the Application Tab.
- Select your form from the dropdown under 'startup form'
geoff
2010-03-03 11:43:26