Thursday, June 13, 2013

Adopting the concepts of C programming, a train individual can perform simple programming in Visual Basic Studio 2010.
A simple console application printing hello world on screen.

Hello World Console Application

  1. Open Visual Basic 2010 Express
  2. Click New Project
  3. Select Console Application 
    Type the name of application. Hello World
  4. Click OK
Coding the Console Application
  1. In the module1.vb, we can directly type the code below:
  2. Code:
Console.Writeline("Hello World")
Console.Readline()

Press Function Key F5 to run your first vb.net console application.

Enjoy your programming skills in Visual Basic Studio 2010 Express.


0 comments :

Post a Comment