Tags
- postman pre-request
- 좋은 개발자
- 프런트엔드
- Android
- 다빈치 리졸브
- MFC
- postman collection
- C++
- postman
- Android/iOS Developer
- solidity
- UI/UX Engineer
- postman automations
- c#
- 우수한 프런트 개발자
- LSL_Script
- web developer
- Front-end developer
- Java
- postman excel
- Unity
- Intellij
- postman session
- postman tests
- postman collection variables
- oracle
- emplace_back
- postman csv
- postman html parse
- Interaction developer
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
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