| A | B |
| GUI | Programmer's professional calling card |
| Tab Ordering | Dtermines which controls are activated when using the tab key |
| Status Strip | Generates importants messages that give the user feedback at a glance |
| ToolTip | Helpful information box that appears when the mouse pointer is placed over a control |
| StartPosition | Name of the proerty used to dtermine where your program appears on a screen |
| Tool Window | a window that does not appear in the windwos Taskbar when the application is running |
| TitleBar | By default, where the form's name is displayed |
| This | Keyword used inside of an object to gain access to the object's own properties and code |
| Focus | The state that defines a form's currently selected control |
| TabStop | property used to cause the control to be skpped when the user tabs |
| TabIndex | Used to manually set the tab ordering property's value of a control |
| Status Bar | Status Strip replaces this |
| Notify Icon Control | allows you to update the system tray with an icon |
| Message Box | Windows notification dialog box |
| Namespace | follwed by two colons dividing two words |
| Debug | this version is meant to allow you to test your application |