Changes

Understanding Visual Basic Events

101 bytes added, 17:14, 17 July 2007
Wiring Up Events in Visual Studio
<tt>myLabel.Text</tt>
 
To modify the event procedure, therefore, the code this this event needs to be modified as follows:
The left-hand drop down menu contains a list of all the objects in our application and may be used to switch to editing the event procedures for an object other than the currently selected TextBox control.