A button is a user interface control that allows the user to execute a function when clicked.
Contents |
Purpose
To execute functions.
Samples
The following is an example of a button
Public Sub Command1_Click() End Sub
Differences to VB6
...
Reference
...
