VB6 Tutorial 28: Form Events

Before a form becomes fully functional, a series of form events is invoked one by one when you run your program. In this lesson, we’ll discuss those events. If you need information about common events for most controls, see the lesson on Common events. Initialize The Initialize event is the first event of a form when the program runs.… Read More »

VB6 Tutorial 33: The Object Browser

In this lesson, I’ll discuss a very important part of the VB6 IDE, the Object Browser. Understanding the Object browser is essential if you are curious about all the libraries, functions, objects and practically everything of the language.