starting application on different form

wilko18

Member
Joined
Feb 7, 2006
Messages
11
Programming Experience
Beginner
I have a few forms but whenever I run the application it opend up form 1.

How can I get the program to start with another form?

Thanks
 
Please update the Primary Platform for your account or state the platform targeted for this question.

VS2003: project properties, select Startup object.
 
you can also use a command line arguement to state with form is loaded first, but you'll need to actually write the code to have it do it this way
 
Back
Top