Tags
- LSL_Script
- c#
- postman csv
- postman automations
- MFC
- emplace_back
- solidity
- Front-end developer
- postman tests
- postman session
- postman pre-request
- postman excel
- Interaction developer
- web developer
- 우수한 프런트 개발자
- Android/iOS Developer
- postman html parse
- Android
- Unity
- 프런트엔드
- C++
- Java
- UI/UX Engineer
- 좋은 개발자
- 다빈치 리졸브
- oracle
- postman
- Intellij
- postman collection
- postman collection variables
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Archives
- Today
- Total
david's daily developer note
주요 클래스간 참조 방법 본문
728x90
View에서 MainFrame
CMainFrame* pMainFrame = DYNAMIC_DOWNCAST(CMainFrame, GetParentFrame());
CMainFrame* pMainFrame = DYNAMIC_DOWNCAST(CMainFrame, GetParentFrame());
if (pMainFrame == NULL)
{
return;
}
728x90
'[Develop] Native > Native' 카테고리의 다른 글
[Native] 리소스 한글 깨짐 현상. (0) | 2012.03.06 |
---|---|
툴바 배경을 투명하게 만드는 방법 (0) | 2012.03.05 |
전역 마우스 좌표에서 특정 윈도우상의 좌표 변환 (0) | 2012.02.29 |
GetAsyncKeyState (0) | 2012.02.28 |
윈도우 최소, 최대 크기 제한 (0) | 2012.02.27 |