CCommonDialog

This class is the base class for CColorDialog, CFileDialog, CFindReplaceDialog, and CPrintDialog

At a Glance

Header file: Afxdlgs.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Remarks

In Windows CE, common dialog boxes are unmovable (they are always centered vertically and horizontally on the screen) and they do not support hooks.

Windows CE supports the following common dialog box classes, derived from CCommonDialog:

CColorDialog
CFileDialog
CFindReplaceDialog
CPrintDialog

Windows CE does not currently support the following classes and subclasses:

CFontDialog COleConvertDialog
CPageSetupDialog COleInsertDialog
COleDialog COleLinksDialog
COleBusyDialog COlePasteSpecialDialog
COleChangeIconDialog COlePropertiesDialog
COleChangeSourceDialog COleUpdateDialog

See Also

CColorDialog, CFileDialog, CFindReplaceDialog, CPrintDialog, Dialog Box Classes