For each dialog box in your program, create a new dialog class to work with the dialog resource. Adding a Class explains how to create a new dialog class. When you create a dialog class with the Class ...
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 ...