To display a modal dialog box based on a template created using the dialog editor, you
would first use ClassWizard to create a dialog class based on the template. You would
then create an instance of the dialog class in your code, and call the base class method
CDialog::DoModal() to display the dialog box.
would first use ClassWizard to create a dialog class based on the template. You would
then create an instance of the dialog class in your code, and call the base class method
CDialog::DoModal() to display the dialog box.
Comments