|Understand how to Create New Form |
|Dim myForm As Form1 |
|myForm = New Form1() |
|Understand the ToolStripManager control |
|Combines ToolStrip controls. |
|[pic] |
|Understand Button.MouseDown & Button.Click Events |
|Control.MouseDown Event - Occurs when the mouse pointer is over the control and a mouse button is pressed. |
| |
|Mouse events occur in the following order: |
|1. MouseEnter |
|2. MouseMove