GFileDialog

GFileDialog — a dialog box for opening and saving files.

Synopsis

class GFileDialog
{
    m_bOpenFileDialog;
    m_ofn;
    m_szFileName;
    m_szFileTitle;
}
    

Class Members

These functions correspond to Windows functions, but may not have exactly the same name. The links attempt a search on the name, but you might have to refine the search manually.

DoModal (args?...)
Search on CFileDialog::DoModal.
EndDialog (args?...)
Search on CFileDialog::EndDialog.
GetFilePath (lpstrFilePath, nLength)
Search on CFileDialog::GetFilePath.
GetFolderPath (lpstrFolderPath, nLength)
Search on CFileDialog::GetFolderPath.
GetHwnd ()
Search on CFileDialog::GetHwnd.
GetReadOnlyPref ()
Search on CFileDialog::GetReadOnlyPref.
GetSpec (lpstrSpec, nLength)
Search on CFileDialog::GetSpec.
HideControl (nCtrlID)
Search on CFileDialog::HideControl.
SetControlText (nCtrlID, lpstrText)
Search on CFileDialog::SetControlText.
SetDefExt (lpstrExt)
Search on CFileDialog::SetDefExt.

This class also inherits the functions of