| 1: | From which class must a Windows Forms application inherit? |
| 2: | Describe the difference between anchoring and docking. |
| 3: | What MouseEventArgs properties are used to identify the mouse coordinates and button clicked? |
| 4: | Which Form property is used to create an irregular shaped form? |
| 5: | What is the primary difference between a modal and modeless form? |
| 6: | How does creating an owner-owned form relationship affect the behavior of the related forms? |
| 7: | What form properties must be set in order to display a Help button? |
| 8: | Compare using a Help button and a ToolTip. |
| 9: | Describe how a base form can structure its event handling code so that an inherited form can override an event. |