|
Projects
Home » Visual Basic » Introduction to Visual Basic
Projects
A typical VB application might consist of more than one forms, each of which may have multiple controls. In VB, the information about each form (it's own properties as well as those of the controls that are on the form) is saved into it's own file. In fact, there are several types of files which VB creates (we'll cover them all later in the tutorial).
The end result of most VB programming efforts is an executable program (one that has a .EXE extension). This file is compiled from the actual text files which make up a VB project. VB doesn't put the entire project into a single file. Instead, it allows the programmer to break up a project into several smaller files. Each of these files can be used in more than one VB project. The group of files used to compile the application is called a VB project and is the topic for discussion in this section of the tutorial.
|
More Tutorials by this user
|
|
|