VB is an Event Oriented programming language. This means that the flow of program execution is based around events occuring within the program, or occuring to the program. For example, the following are events that you can program in VB,
In this task, we will get to know the VB IDE
In this task, we will save our first VB project.
VB organises your work into projects. Each project should correspond to one program that you are creating. When we started VB and chose "Standard EXE", the IDE automatically created a project for us. It has been give the default name of Project1. This project has had an empty form put in it and called Form1. When we save this project, VB will save one file for the project, one file for each of the forms and perhaps other files that we won't worry about at this stage. The best way to organise this is to keep each project in its own directory.