C++/(MFC)다이얼로그 클릭 드래그 이동 Edit Diff Refresh Backlink Random Search History Help Setting 가장 간단한 방법 afx_msg void OnLButtonDown(UINT nFlags, CPoint point); ON_WM_LBUTTONDOWN() void CSomeDlg::OnLButtonDown(UINT nFlags, CPoint point) { SendMessage(WM_NCLBUTTONDOWN, HTCAPTION, 0); CDialog::OnLButtonDown(nFlags, point); } MFC 드래그 Show Comments Please enable JavaScript to view the comments powered by Disqus.