| A | B |
| The most convenient way to save a project is to use the ___ button on the toolbar | Save Project |
| When sacing a Visual Basic project, the ___ are saved first, followed by the project information | forms |
| Options for types of projects to create are located under the ___ in the New Projects dialog box | New tab |
| You can delete an object by selecting the object and pressing the ____ | Delete Key |
| Two of the most inportant properties of a form are the ___ and ___ Properties | caption, Name |
| ___ refers to the active status of one of the objects in a window | Focus |
| Every object in Visual Basic has | properties |
| The project created by selecting the ___ option consists of only one object: blank form | standard exe |
| The ___ property can be changed to display a color other than gray | backcolor |
| the ___ and ___ buttons that appear in many dialog boxes are examples of command buttons | ok, cancel |