Visual Basic 6.0
Visual Basic 6.0
Visual Basic 6.0
0
Visual Basic is a
third-generation event-
driven programming
language first released
by Microsoft in 1991.
1.0 to the final
What is
version Visual Basic
6.0. Visual Basic?
The Visual Basic 6 Integrated Development
Environment
When you start a new Visual Basic 6 Standard
EXE project, you will be presented with the
Visual Basic 6 Integrated Development
Environment (IDE). The Visual Basic 6
Integrated Programming Environment is shown
in Figure 1.2. It consists of the toolbox,
the form, the project explorer and the
properties window.
COMPONENTS OF IDE (INTEGRATED DEVELOPMENT
ENVIRONMENT
TITLE
BAR
The title bar is the horizontal bar along
the top of the screen.
COMPONENTS OF IDE (INTEGRATED DEVELOPMENT
ENVIRONMENT)
MENU BAR
The Menu Bar is the gateway to the Visual
Basic’s dropdown menu system.
COMPONENTS OF IDE (INTEGRATED DEVELOPMENT
ENVIRONMENT)
FORM
WINDOW
This window, located
in the center of the
screen, is the
cornerstone of your
application’s user
interface..
COMPONENTS OF IDE (INTEGRATED DEVELOPMENT
ENVIRONMENT)
TOOL BAR
A row of icons located horizontally near the
top side of the screen.
COMPONENTS OF IDE (INTEGRATED DEVELOPMENT
ENVIRONMENT)
TOOLBOX
The vertical icon
group located on
the left side of
screen..
COMPONENTS OF IDE (INTEGRATED DEVELOPMENT
ENVIRONMENT)
PROJECT
WINDOW
This window list the
files, forms, and modules
that comprise the current
application.
COMPONENTS OF IDE (INTEGRATED DEVELOPMENT
ENVIRONMENT)
PROPERTIES
WINDOW
This window shows
attributes associated
with a selected form or
control.
COMPONENTS OF IDE (INTEGRATED DEVELOPMENT
ENVIRONMENT)
DEBUG WINDOW
This window appears every
time an application is
executed on run-time.
COMPONENTS OF IDE (INTEGRATED DEVELOPMENT
ENVIRONMENT)
COLOR PALETTE
This window provide the
user the ability to
change the color property
of the form and object in
the application..
(THE STANDARD VISUAL
BASIC CONTROLS)
Toolbox and Form
The user can place the
tool on form and then
work with the tool. To
place the tool on form:
LABEL
It is used to display fixed text on
form
Structure:
MsgBox(Prompt,Style Value,
Title)
Prompt - will display the message in
the message box.
Style Value - will determine what type of
command buttons appear on the message box
a) Inputbox