Windows/MFC

CFileDialog 파일 열기 옵션

aucd29 2013. 10. 2. 13:57
// m_ofn. 이후에 넣어주기

CFileDialog dlgFile(true);

    dlgFile.m_ofn.lpstrInitialDir = "c:\\";
    dlgFile.m_ofn.lpstrTitle = "Hello";