Home | Overview | Details | Sample | Tutorial
Create dialog boxes when you need to obtain information from your user, such as program settings and options. Two fundamental types of dialog boxes are available: modal and modeless dialog boxes. Either of these can contain all types of controls, and either can include property pages to group controls logically.
Categories of tasks covered in this topic include:
Displaying, Initializing, and Closing Dialog Boxes
Implementing Property-Sheet Dialog Boxes
Working with Dialog Classes, and Common Dialogs
See Also Dialog Editor Topics (Specific to Visual C++), Dialog Editor