https://github.com/teslimef/scaling-goggles/issues
Introduction to Visual basic
Content
Requirements
This are list of requirement that will aid you in this tutorial.
WHAT IS VISUAL BASICS
A visual basics is a programming language that show a window style screen namely forms and has a boxes in which a user type and edit information and button to initiate action.
The boxes and button are called controls, Forms and control are called object.
WHAT CAN YOU DO WITH VISUAL BASICS
HOW TO RUN VISUAL BASICS 6.0 ON YOUR COMPUTER
Before making a simple program you need to have a installed visual basic 6.0 on your computer
To run a visual basic program on your computer
click on Start button
After that, click on All programs
Look for visual basics 6.0 in the listed programs
Double click twice to open visual basic 6.0
You will see something like this
l
Standard.exe, VB application wizard, VB working model edition
5.Select that standard.exe to create a new program
You will see this appearance, this appearance may be little difference from other version of visual basic.
The Menu bar: The menu show the commands you will use to work on the visual basics
The Menu bar consist of-
Tool bar: is a combination of different icon that carry out a specific operation when clicked
The tool bar consist of the
Form or Form window: it display all the informaton in program with control that have been placed in forms
Layout window: It allow you to position the location of the form
Project explorer window: we don't need it now we will talk about it the upcoming topics
Text boxes: They are primarily use to get information, They can seve as both output and input for the user when the program has been done. It depend on the type of program you want to create
Labels: it is used to show text in the form, it is place at the left side of the text box to tell the user which type of information should be input.
Commands button: it is used to carry out an action
Picture boxes: it also used to display text or graphic output
Frames: It is used to group check boxes or option buttons
Image box: it is used to select only picture
Properties window
Looking at the right side of the screen is the properties window
Properties window are used to edit, design and give meaning to your created program
CREATING A TEXT BOX IN VISUAL BASICS
Note:
You can make the text box bigger and smaller by using the size handles.
HOW TO USE A LABELS IN VISUAL BASICS
HOW TO MAKE USE OF THE COMMAND BUTTON IN VISUAL BASICS
This is the end of our tutorial, in our next tutorial am going to teach you how to make a simple program using visual basics.
Hope to give u more.
Course Curriculum