Tuesday, February 25, 2014

Creating your first VB.NET Project.

______________________________________________________

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.


3. A dialog box will appear which contains different programming languages include on visual studio.


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.


6. After exploring different buttons, click the ">" icon to start running your first window form application. Or just hit F5 for the shortcut.

7. You have now your first simple window form application.

______________________________________________________

No comments:

Post a Comment