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....

Sunday, November 22, 2009

Let's start VB.Net

  • How to open VB.Net
Go to Start menu -> All Progarms -> Microsoft Visual Studio 2005 and select Microsoft Visual Studio 2005 like this..............
vb.net

  • Then you can see following window
Learn VB Then click create project on left side to create new project. If you want open your existing report choose open project..........
  • Click create project

Then you get following Window............


Open vb.netChoose language as Visual Basic and Windows Application and after that give a name for project click OK.....


  • Then You have opened a new project

Now we have to Design and add code to our Project............


Tuesday, September 15, 2009