Setting the startup form for a Windows Application

Question: I am new to building Windows forms’ applications and am writing my first application. It’s a basic application that has three different forms. As you can imagine I am building, deigning and architecting the project as I go along. One of these changes is that I want to make a different form than I have currently the form that is shown when the application starts. I know that I can do it via code but it seems there has to be an easier way. Any ideas?

Answer: Well welcome to the world of Windows Forms! One of the things that you will want to get to know is the “My Project” Window in the Solution Explorer window.

Within the My project Application tab you can select the Startup form and change it to the name of your form.