In this chapter, we explained
you how the components of a Visual Basic program
go together, especially about the controls and
their associated properties, methods, and events.
Now you should understand controls, properties,
and events better than before. An event procedure
must exist for each control and event that you
want to respond to in your program. Without
an event procedure, an event gets ignored.
|