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 »