oid CMainFrame::OnLButtonDown(UINT nFlags, CPoint point)
{
if (!IsZoomed() && !IsIconic())
{
SendMessage(WM_NCLBUTTONDOWN, HTCAPTION, MAKELPARAM(point.x, point.y));
}
CUIWnd::OnLButtonDown(nFlags, point);
}
时间: 2024-10-27 05:38:16