1. Open Visual Basic 6.0. Then choose the combobox tool as shown in the ss.
2. Draw a line in your main form to create a COMBOBOX
------------
3. AFter you draw the combobox in youre form. Double Click on empty part of youre main form....
Step by Step Tutorial | How to create .exe file in Visual BAsic 6.0 | Basic Tutorial
in
Basic Tutorial,
StepByStep Tutorial
- on 5:59 PM
- No comments

1. Assuming you are done making youre program. And you want to make an .EXE FILE in visual basic 6.0 | Basic Tutorial
2. Hit FILE , that is on the upper right corner of the screen.
3. Then, Look for Make Project1.exe. See Screenshot....
Step by Step Tutorial | Hello World in Visual BAsic 6.0 | Basic Tutorial
in
Basic Tutorial,
StepByStep Tutorial,
Visual Basic Tutorials
- on 3:54 PM
- No comments

1.Creat the Program. Using Visual Basic 6.0.
2.Put one TEXTBOX and one COMMAND BOX
3. Then, we only put code at command (ENTER) button.
#theCodes
Private Sub Command1_Click()Text1.Text = "Hello World!"End Sub
4. We are DONE! Hit run,...
Step by Step Tutorial | How to use Menu Editor In Visual BAsic 6.0
in
Basic Tutorial,
StepByStep Tutorial
- on 4:03 AM
- No comments

1. Open Visual Basic 6.0
2. Locate Menu Editor
3. At Caption, Type the File(Any u want)
4.At name, put " mnu " before u input the caption. So in this i use mnuFile (Avoid Spaces in NAME)
5. As you type file in the caption, you'll...
Tutorial 3 | Basic Calculator |Visual Basic 6.0 Tutorials| Basic Tutorials VB6.0
in
Basic Tutorial
- on 1:05 AM
- No comments

Functions
Basic Calculator created in Visual Basic 6.0
Simple Calculator with 2 Text Box for two input.
With the function of Addition, Subtraction, Multiplication and Division.
You can download Visual Basic 6.0 Tutorials 3 below...
TUTORIAL 2 VISUAL BASIC| HOW TO USE COMBO BOX AND TEXTBOX | BASIC TUTORIAL |
in
Basic Tutorial,
Visual Basic Tutorials
- on 3:57 AM
- No comments

Functions
Its main function, using COMBO BOX as item list, when to select an item from COMBO BOX the program automatically display the Price of the item in TEXTBOX.
You can download Visual Basic 6.0 Tutorials 1 below :)
DOWNLOAD
MEDIAFIRE...
TUTORIAL 1 VISUAL BASIC| HOW TO USE OPTION BOX, TEXT BOX & CHECK BOX
in
Visual Basic Tutorials
- on 3:29 AM
- No comments

Functions
You can change the color of the text inside the TEXTBOX, by selecting a color on OPTION BOX and font can change through using CHECK BOX to Bold and Italic or both.
You can download Visual Basic 6.0 Tutorials 1 below...