How to Select Startup Form
One of the common questions I received from newbie’s is on how to set a certain form to be the Startup Form.
Undoubtedly, this is a very simple question but if you are a beginner trying to learn Visual Basic you will find it very difficult to find what you are looking for because of so many options to choose from. Visual Basic is considerably one of the famous programming languages to date and its features evolve overtime, not to mention that it was a product by Microsoft.
Now let’s head on…
On our previous topic “How to Add Windows Forms” I discuss on how to add a windows form. If you follow patiently on my tutorial you will have now two forms in your Project file called “Library System”. First, “Form1” which is the default form added when you create the Project. Second, “frmbooks” which we added on our previous tutorial.
Change The Startup Form to frmbooks
- Double click My Project at the Solution Explorer.
- Select frmBooks under Application Tab >> Startup form.
Press F5 from your keyboard and you’ll see that frmBooks form is now the startup form.
Back to Visual Basic .NET 2008 Tutorial.
Comments
Tips For Creat A Software in visual Studio
Add new comment
- Add new comment
- 40 views