Learn Visual Basic 6.
0
Visual basic
is a tool that allows you to develop Windows (Graphic User Interface - GUI) applications
allows the programmer to modify code by simply dragging and dropping objects and
defining their behavior and appearance.
GUI (Graphic User Interface)
A graphics-based operating system interface that uses icons, menus and a mouse (to click on the
icon or pull down the menus) to manage interaction with the system.
New Project Dialog
VB6 Programming
Environment
Form Window - It is where you draw your
application
Toolbox- is the selection menu for controls
used in your application.
Pointer Picture Box
Label
Text Box
Frame Command Button
Check Box Option Button
Combo Box
List Box
Horizontal Scroll Bar
Timer Vertical Scroll Bar
Directory List Box Drive List Box
File List Box
Shapes Lines
Image Box Data Tool
Object Linking Embedding
Properties Window is used to establish initial
property values for objects.
Project Window - displays a list of all forms and
modules making up your application.