Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.65 KB

creating-a-dialog-class-with-code-wizards.md

File metadata and controls

33 lines (24 loc) · 1.65 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Creating a Dialog Class with Code Wizards
Creating a Dialog Class with Code Wizards
11/04/2016
dialog boxes [MFC], creating
MFC dialog boxes, creating
code wizards
dialog classes [MFC], creating
a7157b9d-f1a8-4381-a4cf-180cd2c7f1b2

Creating a Dialog Class with Code Wizards

The following table lists dialog-related tasks that Code Wizards help you manage.

Dialog-Related Tasks

Task Apply to . . .
Create a new CDialog-derived class to manage your dialog box. Each dialog box.
Map Windows messages to your dialog class. Each message you want handled.
Declare class member variables to represent the controls in the dialog box. Each control that yields a text or numeric value you want to access from your program.
Specify how data is to be exchanged between the controls and the member variables. Each control you want to access from your program.
Specify validation rules for the member variables. Each control that yields a text or numeric value, if desired.

What do you want to know more about

See also

Dialog Boxes
Working with Dialog Boxes in MFC