CFileDialog Members
Base Class Members
Data Members
The Windows OPENFILENAME structure. Provides access to basic file dialog box parameters. |
Construction
Constructs a CFileDialog object. |
Operations
Updates the state of the CFileDialog to match the parameters and flags stored in the m_ofn member variable. |
|
Displays the dialog box and enables the user to make a selection. |
|
Returns the extension of the selected file. |
|
Returns the file name of the selected file. |
|
Returns the title of the selected file. |
|
Retrieves the path of the currently open folder or directory for an Explorer-style Open or Save As common dialog box. |
|
Retrieves the internal COM object for a customized CFileDialog object. |
|
Retrieves the internal COM object for a CFileDialog that is used as an Open file dialog box. |
|
Retrieves the internal COM object for a CFileDialog that is used as a Save file dialog box. |
|
Returns the full path of the next selected file. |
|
Retrieves the OPENFILENAME structure of the CFileDialog object. |
|
Returns the full path of the selected file. |
|
Returns the read-only status of the selected file. |
|
Returns the position of the first element of the file name list. |
|
Hides the specified control in an Explorer-style Open or Save As common dialog box. |
|
Sets the text for the specified control in an Explorer-style Open or Save As common dialog box. |
|
Sets the default file name extension for an Explorer-style Open or Save As common dialog box. |
|
Sets the dialog box template for the CFileDialog object. |
|
Updates the data stored in the m_ofn member variable to match the current state of the file dialog box. |
Overridables
Handles the WM_NOTIFY CDN_SELCHANGE message. |
|
Validates the file name entered in the dialog box. |
|
Handles the WM_NOTIFY CDN_FOLDERCHANGE message. |
|
Handles the WM_NOTIFY CDN_INITDONE message. |
|
Allows you to perform custom actions when the file selection changes. |
|
Handles share violations. |
|
Handles the WM_NOTIFY CDN_TYPECHANGE message. |