______________________________________________________
This will tutorial will guide you to create your first visual basic.net window form application. Assuming that you had already installed Visual Basic .Net versions on your machine. In this lesson, I will used the latest version of Visual Studio, VB.Net 2013.1. Open your Microsoft Visual Studio IDE by clicking the start button>all programs>navigate your installed version of visual studio.
2. Once the program loaded successfully on your screen, click File>New>Project.
4. On the left side, click Visual Basic>Windows and choose "Windows Form Application" and hit OK.
5. After the loading screen, you first form will appear. In this state, try to drag and drop different controls in the left side into your form and start exploring. Buttons, textboxes, menus, option button and checkboxes are the sample of the controls you can find on the toolboxes.
7. You have now your first simple window form application.
No comments:
Post a Comment