VB6 Tutorial 41: Listbox Multiselect
Visual Basic 6 allows you to use the multiple selection feature of the ListBox control.
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.
When we join two strings together, this is called concatenation. According to Merriam-Webster, concatenate means to “link together in a series or chain”. This lesson covers string concatenation.
There are many useful string functions in Visual Basic 6. The string functions are defined in the “Strings” module, which can be found in the Object Browser.
This lesson will take you through the formatting functions in Visual Basic 6 which you can use to format numeric or string expressions.
In this lesson, we’ll take a look at three numeric functions: SQR, INT, and Round. In a later lesson, we’ll take a look at more numeric functions.
In this lesson, I’m going to tell you about the Mouse Hover effects that you can achieve writing a few lines of code. In Visual Basic 6.0, there is no such event like mouse hover. But you can do it writing some lines of code.