| Visual Basic is a high level programming
| |
| | make up your entire program. One of the
|
| language that has evolved from the DOS
| |
| | most common programs to start is called a
|
| based programming language called BASIC
| |
| | Standard EXE (executable) program and it
|
| (Beginners All Purpose Symbolic
| |
| | is easy to start in the Visual Basic
|
| Instruction Code). It is a very easy
| |
| | programming environment by simply
|
| programming language to learn and use and
| |
| | double-clicking on the Standard EXE icon.
|
| the code is very similar to the English
| |
| | Once this is started you will see a
|
| language. It is a programming language
| |
| | series of other windows appear that you
|
| that is composed of many subprograms that
| |
| | can select from. These windows include
|
| can execute either independently or
| |
| | the Blank Form, Project, and Properties
|
| linked together at the same time. Visual
| |
| | windows. A Toolbox is also included to
|
| Basic is an event driven program language
| |
| | provide easy access to create objects
|
| that has some of the features of an
| |
| | such as buttons, text and forms. The
|
| object-oriented programming language, but
| |
| | Toolbox makes it easy for programmers to
|
| not all of the features of an
| |
| | simply click, drag and drop into their
|
| object-oriented programming language.
| |
| | program interface.
|
| The most common version of Visual Basic
| |
| | With knowledge and practice within visual
|
| is 6.x developed by Microsoft and is a
| |
| | basic a programmer can learn to easily
|
| very graphical user interface that makes
| |
| | build user interfaces, controls and other
|
| developing programs very easy. To start
| |
| | GUI components. A programmer will also
|
| programming in Visual Basic you will need
| |
| | know how to debug a program and use other
|
| what is a Microsoft VB compiler. When you
| |
| | tools at their disposal in what is called
|
| start to develop a program in Visual
| |
| | the Visual Studio. The Visual Studio
|
| Basic it is called Project and this
| |
| | provides an excellent set of tools for
|
| Project is the collection of files that
| |
| | helping to program in Visual Basic 6.x.
|