CommonDialog Control

This control provides a standard set of dialog boxes for operations such as opening and saving files and selecting colors and fonts. The control also has the ability to display Help by running the Windows CE Help engine.

Library Name

CEComDlgCtl

DLL Name

Mscecomdlg.dll

The CommonDialog control supports the following properties:

CancelError FontBold InitDir
Color FontItalic Max
DefaultExt FontStrikethru MaxFileSize
DialogTitle FontUnderline Min
FileName FontName Name
FileTitle FontSize Parent
Filter HelpCommand Tag
FilterIndex HelpContext  
Flags HelpFile  

The CommonDialog control supports the following methods:

Remarks

Use the CommonDialog control in your application by adding it to a form and setting its properties. The dialog box displayed by the control is determined by the methods of the control. At run time, a dialog box is displayed, or the Help engine is executed, when the appropriate method is invoked. At design time, the control is displayed as an icon on a form. This icon cannot be sized.