개발/연구
Gripper
다이아로그에서 크기조절이 가능할때 우하단코너에 생기는 것을 그립퍼(Gripper) 라고 하는데요... 표준 다이로그에서는 나타나지 않고... 함수를 오버라이드하여 Gripper를 맹글어 줘야합니다... 다이아로그 헤더 파일에 다음과 같은 변수를 정하고.. BOOL m_bDrawGripper; // Gripper를 그릴것인지 ON/OFF. CRect m_GripperRect; // Gripper를 그릴 위치. CXXDialog::CXXDialog(CWnd* pParent /*=NULL*/) : CDialog(CXXDialog::IDD, pParentWnd) { .... .... m_bDrawGripper = TRUE; } void CXXDialog::OnSize(UINT nType, int cx, int ..
2006. 7. 20. 22:01
최근 댓글