1. Introduction to the Visual Basic Language and Environment
How Names are Used in Object Events
- The names you assign to objects are used by Visual Basic to set up a
framework of event-driven procedures for you to add code to. The format
for each of these subroutines (all object procedures in Visual Basic are
subroutines) is:
Sub ObjectName_Event (Optional Arguments)
End Sub
- Visual Basic provides the Sub line with its arguments (if any)
and the End Sub statement. You provide any needed code.
Counter Hit
This Homepage is special brought to you by CK Tan