| A | B |
| We can resize the Common dialog box control | False |
| To set error trap using the Common Dialog Box | use Cancelerror property |
| Show method displays a common dialog box control | false, but ShowColor, ShowFont, etc are OK |
| Showcolor | displays the color dialog box |
| Flag property | sets up a common dialog box before display |
| you must set a flag property for which of the Common Dialog Box Methods | ShowFont |
| Open dialog box doesn't really open a file | true, You need to write the code to Open a file |
| you must set a flag value of Print dialog box | false |
| To design your own dialog box, use | From the VB Menu: Project . Add Form . Dialog Form |
| Filter property of Open & Save dialog boxes | display only required files |