Home | Overview | How Do I | Sample | Tutorial
To design the dialog box and create the dialog resource, you use the dialog editor. In the dialog editor, you can:
When you finish, your dialog-template resource is stored in your application’s resource script file. You can edit it later if needed. For a full description of how to create and edit dialog resources, see dialog editor documentation in the Visual C++ User’s Guide. This technique is also used to create the dialog-template resources for CFormView and CRecordView classes.
When the dialog box’s appearance suits you, use ClassWizard to create a dialog class and map its messages, as discussed in Creating a Dialog Class with ClassWizard.
See Also Life Cycle of a Dialog Box