Vb.Net Programming

Welcome, if you are here then you probably want to learn how to program in Visual Basic.Net. Before we start I will assume a couple things about you.

  1. You have Visual Basic 2005 downloaded on your computer or access to one that does.
  2. You have some prior knowledge of computer programming.

Now that that's out of the way let begin this lesson.

In this lesson you will learn to add objects to a windows form.

   Start up Visual Basic 2005, and hit File -> New Project

 








Now when the a box prompts you to  name a file, name it "Lesson 1". This way when you are looking through your files later, you can tell that that was your first project.

  

You should now see an empty windows "Form". Click, and drag the side of the form to make it bigger. Over on the side of the IDE (Integrated Development Environment) you should see a sideways tab that says "Toolbox", hover you mouse over it. Now click and drag the item that says button onto your form.