赞
踩
CRect m_customControlRect; // 自定义控件的位置和大小
CPoint m_dragStartPoint; // 拖拽起始点
afx_msg void OnLButtonDown(UINT nFlags, CPoint point); // 鼠标左键按下事件处理函数
afx_msg void OnMouseMove(UINT nFlags, CPoint point); // 鼠标移动事件处理函数
afx_msg void OnLButtonUp(UINT nFlags, CPoint point)</
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。