VB6 Tutorial 14: Input and Output

Visual Basic provides some excellent ways for input and output operations. Input can be taken using TextBox, InputBox, and output can be shown with the Print method, TextBox, Label, PictureBox and MsgBox.

VB6 Tutorial 13: The Command Button

You are going to learn about the command button control in this lesson. The command button control is a very common one. You need it every now and then in your program. So, lets have a look at some properties including a run-time property.