Sunday, October 3, 2010

Hello World - Visual Basic .NET

First you will need Visual Basic 9, which comes in Visual Studio and you can download it from this pagehttp://www.microsoft.com/express/vb/Default.aspx
When you download and install the program run it and begin with the production of the first program. 


  1. The new project will start by making you go to File> New> Project ... 
  2. Will open up a new window where you need to select Windows Form Application and press OK 
  3. On the left hand side is the Toolbox, select the Button 
  4. Press the window (Form1, or whatever you named the program) and will make the button 
  5. Press the two left-clicking on the button and calls address code
  6. If you have not touched anything, cursor is where to write code and enter this code MsgBox ("Hello world") 
  7. Start (compile) program so that you will go on the green button located on the toolbar.

No comments:

Post a Comment