| title |
Common Dialog Classes | Microsoft Docs |
| ms.custom |
|
| ms.date |
11/04/2016 |
| ms.reviewer |
|
| ms.suite |
|
| ms.technology |
|
| ms.tgt_pltfrm |
|
| ms.topic |
article |
| dev_langs |
|
| helpviewer_keywords |
dialog classes [C++] |
dialog boxes [C++], Windows common dialogs |
common dialog boxes [C++], common dialog classes |
common dialog classes [C++] |
MFC dialog boxes, Windows common dialogs |
Windows common dialogs [C++] |
dialog classes [C++], common |
common dialog boxes [C++] |
|
| ms.assetid |
5c4f6443-896c-4b05-a7df-8169fdadc71d |
| caps.latest.revision |
9 |
| author |
mikeblome |
| ms.author |
mblome |
| manager |
ghogen |
| translation.priority.ht |
cs-cz |
de-de |
es-es |
fr-fr |
it-it |
ja-jp |
ko-kr |
pl-pl |
pt-br |
ru-ru |
tr-tr |
zh-cn |
zh-tw |
|
In addition to class CDialog, MFC supplies several classes derived from CDialog that encapsulate commonly used dialog boxes, as shown in the following table. The dialog boxes encapsulated are called the "common dialog boxes" and are part of the Windows common dialog library (COMMDLG.DLL). The dialog-template resources and code for these classes are provided in the Windows common dialog boxes that are part of Windows versions 3.1 and later.
For more information about the common dialog classes, see the individual class names in the MFC Reference. MFC also supplies a number of standard dialog classes used for OLE. For information about these classes, see the base class, COleDialog, in the MFC Reference.
Three other classes in MFC have dialog-like characteristics. For information about classes CFormView, CRecordView, and CDaoRecordView, see the classes in the MFC Reference. For information about class CDialogBar, see Dialog Bars.
Dialog Boxes
Life Cycle of a Dialog Box
Dialog Boxes in OLE