//메인프레임 포인터얻기 CMainFrame * pFrame = reinterpret_cast<CMainFrame*>(AfxGetApp()->GetMainWnd()); //View포인터 (CTestView *)pFrame->GetActiveView(); //Doc포인터 CTestDoc m_pDocument = reinterpret_cast<CTestDoc *>(pFrame->GetActiveDocument()); |
//가끔 NULL 나와서 다운됨 (사용X) ( CMainFrame * pFrame = (CMainFrame*)AfxGetMainWnd(); ) |
'공부 > MFC_자주쓸거' 카테고리의 다른 글
[MFC] 파일 폴더 선택 다이얼로그 띄우기 (0) | 2022.07.11 |
---|---|
[MFC] 현재시간 가져오기, 시간체크 (0) | 2022.06.17 |
[MFC] 폴더내 파일 탐색 (0) | 2022.02.14 |
[MFC]레지스트리에 데이터 저장 (0) | 2021.08.09 |
[MFC] 작업표시줄 숨기기 (0) | 2021.07.07 |