Tags
- 다빈치 리졸브
- emplace_back
- postman excel
- postman tests
- Android
- Interaction developer
- Front-end developer
- c#
- postman collection
- 좋은 개발자
- LSL_Script
- Java
- postman
- C++
- Unity
- 프런트엔드
- postman collection variables
- UI/UX Engineer
- solidity
- postman html parse
- oracle
- MFC
- Android/iOS Developer
- postman automations
- postman pre-request
- postman csv
- 우수한 프런트 개발자
- web developer
- Intellij
- postman session
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
목록GetWindowRect (1)
david's daily developer note
전역 마우스 좌표에서 특정 윈도우상의 좌표 변환
//전역 윈도우 좌표 POINT gPt; //상태바 위치: CRect statusRect; this->GetWindowRect(statusRect); CPoint newPt; newPt.x = gPt.x - statusRect.left; newPt.y = gPt.y - statusRect.top; // Tip 최상위 윈도우 위치 및, 부모 윈도우 위치 가져오기 CRect windowPos; AfxGetMainWnd() -> GetWindowRect( &windowPos ); this->GetParentFrame()->GetWindowRect( windowPos );
[Develop] Native/Native
2012. 2. 29. 14:00