0% found this document useful (0 votes)
285 views2 pages

Grade 10 - Learn Visual Basic 6

Visual Basic 6.0 allows developers to create graphical user interface (GUI) applications for Windows by dragging and dropping objects from a toolbox onto a form window and defining their properties and behaviors. It provides a programming environment with components like a properties window for setting object properties, a project window listing application components, and a toolbox of common controls to build the interface.

Uploaded by

Janice Lopecillo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
285 views2 pages

Grade 10 - Learn Visual Basic 6

Visual Basic 6.0 allows developers to create graphical user interface (GUI) applications for Windows by dragging and dropping objects from a toolbox onto a form window and defining their properties and behaviors. It provides a programming environment with components like a properties window for setting object properties, a project window listing application components, and a toolbox of common controls to build the interface.

Uploaded by

Janice Lopecillo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

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.

You might also like