09 2012 档案

摘要:void CChildView::OnLButtonDown(UINT nFlags, CPoint point) { // TODO: Add your message handler code here and/or call default m_OriginPosition = point; m_draw = TRUE; m_old = point; CWnd ::OnLButtonDown(nFlags, point);}void CChildView::OnLButtonUp(UINT nFlags, CPoint point) { /* /... 阅读全文
posted @ 2012-09-22 17:05 xxx1 阅读(1113) 评论(0) 推荐(0)