CCommonDialog

CCommonDialog is the base class for CFileDialog and CFindReplaceDialog .

At a Glance

Header File Afxdlgs.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

Remarks

In Windows CE, common dialog boxes aren't movable (they're always centered vertically and horizontally on the screen) and they don't support hooks.

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

CFileDialog

CFindReplaceDialog

Windows CE doesn't currently support the CFontDialog or CPageSetupDialog classes. It also doesn't support COleDialog or any of its descendants, COleBusyDialog, COleChangeIconDialog, COleChangeSourceDialog, COleConvertDialog, COleInsertDialog, COleLinksDialog, COlePasteSpecialDialog, COlePropertiesDialog, COleUpdateDialog.

See Also

CCommonDialog Member Functions, Dialog Box Classes, CFileDialog,

CFindReplaceDialog,