Terms And Conditions ...
Private Sub sampleProc (firstParam As Integer)
<code for the procedure’s operation goes here>
End Sub
Call sampleProc(someValue + anotherValue)
Procedures are used everywhere in VB6.0
- Event procedures are “called” when the event happens, but you define what they do
- Support procedures are procedures you define and call