CFileDialog

This class encapsulates the Windows CE common file dialog box, which provides an easy way to implement the standard File Open and File Save As dialog boxes.

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, the file dialog boxes cannot set or check a file’s read-only status, a user cannot select multiple files simultaneously, and the maximum length file name a user can enter in the text box is 255 characters. Windows CE does not currently support drag-and-drop in the Open and Save As dialog boxes.

Windows CE does not support all the members of the OPENFILENAME structure.

For more information about the Open and Save As dialog boxes, see the Using Resources chapter of the Windows CE SDK Guide.

See Also

OPENFILENAME, Dialog Box Classes