비공식 생활 창고
2012년 5월 2일 수요일
Picking & Dragging
유용하게 자주 쓰는 코드 한 줄
void DWnd::OnLButtonDown(UINT nFlags, CPoint point)
{
PostMessage(
WM_NCLBUTTONDOWN, HTCAPTION,
MAKELPARAM( point.x, point.y));
CWnd::OnLButtonDown(nFlags, point);
}
댓글 없음:
댓글 쓰기
최근 게시물
이전 게시물
홈
피드 구독하기:
댓글 (Atom)
프로필
Darcy1214
전체 프로필 보기
댓글 없음:
댓글 쓰기