When you start your application, you will observe that your start-up form will be StartForm. To change that you need to go in the project properties (either by right-clicking on your project and selecting the Properties item or by going to Project -> <name_of_your_project> Properties in the menu bar).
After the project's properties page is opened you can modify the Startup form and choose another form like AnotherStartForm.
You can also modify here the actions the application's events and/or the shutdown mode of your application(choosing if the application will be closed when the last form is closed or when the startup form is closed).
No comments:
Post a Comment
Got a question regarding something in the article? Leave me a comment and I will get back at you as soon as I can!