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 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.