5/9/08

You have created a dialog box template using the dialog editor. How would you display a modal

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.

No comments:

ITUCU