GFileDialog
GFileDialog — a dialog box for opening and saving files.
class GFileDialog
{
m_bOpenFileDialog;
m_ofn;
m_szFileName;
m_szFileTitle;
}
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?...)Corresponds to CFileDialog::DoModal.
EndDialog (args?...)Corresponds to CFileDialog::EndDialog.
GetFilePath (lpstrFilePath, nLength)Corresponds to CFileDialog::GetFilePath.
GetFolderPath (lpstrFolderPath, nLength)Corresponds to
CFileDialog::GetFolderPath.
GetHwnd ()Corresponds to CFileDialog::GetHwnd.
GetReadOnlyPref ()Corresponds to
CFileDialog::GetReadOnlyPref.
GetSpec (lpstrSpec, nLength)Corresponds to CFileDialog::GetSpec.
HideControl (nCtrlID)Corresponds to CFileDialog::HideControl.
SetControlText (nCtrlID, lpstrText)Corresponds to
CFileDialog::SetControlText.
SetDefExt (lpstrExt)Corresponds to CFileDialog::SetDefExt.
This class also inherits the functions of