Hi,
I have an app with several forms. I now want to add a new form but the app should use this as main form. How do I define what form is the main one ?
thx
Printable View
Hi,
I have an app with several forms. I now want to add a new form but the app should use this as main form. How do I define what form is the main one ?
thx
Hi.
Right click your project in the solution and select properties.
On the Common Properties - General tab you can set the Startup object.
Main as in what he said above, or main as in MDI?