먹고 사는 일/VC++
창 움직이기
니카루스
2010. 6. 25. 14:12
OnNcHitTest를 재사용 하면 된다
UINT CMemoMinDlg::OnNcHitTest(CPoint point)
{
return HTCAPTION;
}