This site include tutorials of VB.Net programming

Tuesday, November 24, 2009

Our first Project " Hello World ! "


  • First Create New Project........

  • Then drag and drop a button from tool box

  • Then click button and change the text property ("Button1") in Property window to Hello.....

  • Now double click on then command window appear



  • Then add following code.....

    MsgBox("Hello World !")

  • Then come to form design and click Run Button


  • Finaly Click Hello button and see result....