VB6 Tutorial 39: Data Inspection Functions

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.

VB6 Tutorial 36: Joining Strings

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.

VB6 Tutorial 31: MouseOver Effects

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.