How do I set the default form in vb.Net?
- Right-click on your project in solution explorer.
- Choose properties.
- Select the Application Tab.
- Select your form from the dropdown under 'startup form'
In the Project Properties, there's a field called "Startup form" - select your form in there.
Right-click your Project within the Solution Explorer. Choose Properties. Select the Web tab on the left-hand side. Under the Start Page section, define the Specific Page you would like to default to when the application is launched. Save your changes.