VISUAL BASIC

Click :- Use the Click event to react to the user’s clicking a checkbox, command button, or option button. This event is also defined as sub procedure that is named with the control’s name. E.g.: Private Sub Command1_cLick ( ) Text1.text=”Hello” End Sub ................
................