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);
}

댓글 없음:

댓글 쓰기