| 1. | What is the purpose of the radio button? | |
| 2. | How do you add an existing icon into your program? | |
| 3. | After typing information into the data tab of the properties window of a combo box, what keys do you press to enter another item? | |
| 4. | List three methods or properties of the list box. | |
| 5. | What is a SDI application? | |
| 6. | What is a MDI application? | |
| 7. | What is the ID of your dialog’s application icon? | |
| 8. | What class should be used as your base class for SDI and MDI applications if you want to support text documents? | |
Answers
| 1. | To allow the user to select from multiple mutually exclusive options |
| 2. | By right-clicking on the icon heading in resources |
| 3. | CTRL-ENTER |
| 4. | Sort, border, selection |
| 5. | Single Document Interface |
| 6. | Multi Document Interface |
| 7. | IDR_MAINFRAME |
| 8. | CrichEditView |