Overview
Previous Top Next

There are four keywords which allow you to add controls and events when the programs runs.
AddControl keywords- Adds a control.
AddEvent keyword - Wires a control event to a specific sub.
Control keyword - Allows you to access controls using their names as a string.
Sender keyword - Access the control that raised the event. Very useful when many controls call the same sub.