DoubleLi

qq: 517712484 wx: ldbgliet

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
oid CMainFrame::OnLButtonDown(UINT nFlags, CPoint point) 
{
    if (!IsZoomed() && !IsIconic())
    {
        SendMessage(WM_NCLBUTTONDOWN, HTCAPTION, MAKELPARAM(point.x, point.y));
    }
    
    CUIWnd::OnLButtonDown(nFlags, point);
}
posted on 2013-11-06 14:09  DoubleLi  阅读(366)  评论(0编辑  收藏  举报