VB6 Tutorial 18: Nested If/Else

In this lesson, I shall take you through the concept of the nested if-else block. The visual basic language provides many convenient ways for conditional operations. This text section shows you one of them, nesting of the simple If blocks.

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.