Write a VB program that simulates the basic functions and behavior of the Windows calculator program
Write a VB program that simulates the basic functions and behavior of the Windows calculator program

PROGRAMMING EXERCISE Calculator Write a VB program that simulates the basic functions and behavior of the Windows calculator program. To st...

Read more »

Combo Box in Visual Basic 6
Combo Box in Visual Basic 6

Problem : I am writing a little program (calculator) in which I have a combo box with materials and their values. Such as: Glass 1.80 or LH6...

Read more »

Using Variables In VB6 A variable is simply a name you give to an area of memory in which a data value used by your program is stored. Whe...

Read more »

Functions and Subroutines in VB6
Functions and Subroutines in VB6

Functions and Subroutines in VB6 This lesson will instruct you on the creation and usage of functions and subroutines using Visual Basic ...

Read more »

Visual Basic 6.0 - Properties, Methods and Events
Visual Basic 6.0 - Properties, Methods and Events

Visual Basic 6.0 - Properties, Methods and Events All the controls in the ToolBox except the Pointer are objects in Visual Basic. These o...

Read more »

Working with Forms in Visual Basic 6
Working with Forms in Visual Basic 6

Working with Forms in Visual Basic 6 The Appearance of Forms The main characteristic of a Form is the title bar on which the Form's ca...

Read more »

PictureBox and Image Controls in Visual Basic 6
PictureBox and Image Controls in Visual Basic 6

PictureBox and Image Controls in Visual Basic 6 Both PictureBox and Image controls let you display an image, so let's compare them an...

Read more »
 
 
 
Top