Thursday, May 9, 2013

VB.net Hello world Tutorial

Open Visual Studio
A Window Will Appear like this
Click On New Project OR Press CTRL+N
A Dialog box will appear like this
Click on Windows Forom Application  and at the bottom type your project name click ok
After you see this window  drag button from toolbox to form
Double click on the button Code window will appear
Type MsgBox("Hello World!") or anything you want
After Click on this button to debug your project 

No comments:

Post a Comment