Visual Basic


Home Introduction

Lesson 1- Exploring Visual Basic



This is the toolbox you'll see on the left-hand side. You may have to open it, which is easy. You just click Toolbox on the View menu. It displays all the icons for Controls and items you can add to your projects!



These are Properties. Here you set all of your controls like Button, TextBox, and CheckBox to behave how you want them to.



Once you have a project all ready to go, click this button. It will run and become operable.



This is your form. Here, you'll add all of your Controls to create your project!



You'll double click on your Controls to open the code. You add your code to make your program work.