VB6 Tutorial 32: Methods
This lesson is about some important and common methods in Visual Basic 6. There is a large number of built-in methods in VB6. This section describes the methods that you’ll use most frequently in your program.
This lesson is about some important and common methods in Visual Basic 6. There is a large number of built-in methods in VB6. This section describes the methods that you’ll use most frequently in your program.
This lesson is about the Timer control in VB6. It’s simple and interesting.
Have you ever faced an overflow-error? While working with large data, generally large numbers, overflow error raises. I’m going to explain about the overflow-error to you in this lesson with some tips and tricks for fixing it. Reasons for an Overflow error Assigning large numbers The overflow error occurs when you’re assigning a large number or a numeric… Read More »
This lesson takes you through the Select Case block, a very useful decision-making structure in Visual Basic.
This lesson shows you how to work with the ListBox control in Visual Basic 6.
Visual Basic 6 allows you to use the multiple selection feature of the ListBox control.
In this lesson, I’ll tell you about the ComboBox control in brief.
In this lesson, you’ll learn the basics of how to work with a scrollbar.
You’ll learn about some data inspection functions in this lesson. These functions will inspect the expression. More precisely, these functions will provide you the information related to your expression. You’ll get these functions in the Object Browser inside the “Information” module.
This lesson will explain how to set date and time and how to display current date and time in VB6 code. This lesson does not dive into depth but gives you the basic concept of date and time in Visual Basic 6.