| A | B |
| PictureBox | used to display a picture or image to the user. |
| RadioButton | Used with group boxes Allows user to make only one choice from the options in the group. |
| CheckBox | Usually found in a group box Allows users to provide multiple inputs to answer a question |
| ComboBox | A drop down menu that also allows a user to type in an entry or select an option. Combines a ListBox and a TextBox |
| ListBox | used to display a list of items for a user to select. Multiple items can be selected. |
| Label | used to display information to the user either to identify another object, provide instructions, or display output. |
| TextBox | used to gather input from a user or to display text back to the user. |
| Button | clicked by the user to perform an action or group of actions. |
| Controls | Objects Which Can Be Placed on Your Form Using Either the Double-Click or Click and Drag Method. |
| Toolbox | Contains the Controls for Designing a Form. |
| Properties Window | Utilized to Change the Characteristics of Your Form During Design Time |
| Editor Window | Window Will Contain Your Program Code. |
| Designer Window | Contains a Form |
| Solution Explorer window | displays a list of the projects in the solution and the items contained in the project. |