// m_ofn. 이후에 넣어주기
CFileDialog dlgFile(true);
dlgFile.m_ofn.lpstrInitialDir = "c:\\";
dlgFile.m_ofn.lpstrTitle = "Hello";
CFileDialog dlgFile(true);
dlgFile.m_ofn.lpstrInitialDir = "c:\\";
dlgFile.m_ofn.lpstrTitle = "Hello";
'Windows > MFC' 카테고리의 다른 글
폰트 리스트 @제외 중복제외 (0) | 2013.10.02 |
---|---|
원하는 메뉴를 컨텍스트(팝업)메뉴로 만들기 (ContextMenu) (0) | 2013.10.02 |
공통 다이얼 로그 (Common Dialog) (0) | 2013.10.02 |
gdi plus (0) | 2013.10.02 |
MFC에서 API를 쓸때 handle 관련 (0) | 2013.10.02 |