일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Microsoft
- 벤치마크
- 파이어폭스
- vbscript
- gentoo
- 프로그램
- 한국어
- 윈도우즈
- 오카자키 리츠코
- 平野綾
- Firefox
- KBS
- Hirano Aya
- KBS한국어능력시험
- youtube
- 맞춤법
- 리눅스
- synology
- Okazaki Ritsuko
- 프린터
- xml
- 옥션
- MFC
- 자바스크립트
- php
- 岡崎律子
- VMware
- 백업
- 마비노기
- USB메모리
Archives
- Today
- Total
목록sdi (1)
ARCHIVE ...
MFC 클래스간 통신
SDI에서 각 개체 얻는 방법 AppCWinApp * pApp = (CWinApp*)AfxGetApp(); MainFrameCMainFrame * pFrame = (CMainFrame *)AfxGetMainWnd(); Document CMainFrame * pFrame = (CMainFrame *)AfxGetMainWnd(); CDocument *pDoc = CDocument *)pFrame->GetActiveDocument(); View CMainFrame * pFrame = (CMainFrame *)AfxGetMainWnd(); CView *pView = (CView *)pFrame->GetActiveView(); MDI에서 각 개체 얻는 방법 AppCWinApp *pApp = (CWinApp*)Af..
MFC
2010. 2. 7. 17:37