我在项目工作区,进行删除,就变成了这个样子: 如何能快速恢复?
还有一点就是:在class Wizard 里面删除 WM_MOUSEMOVE 类 和项目工作区删除WM_MOUSEMOVE 这个意思一样吗?
//DEL void COutput_mouseView::OnMouseMove(UINT nFlags, CPoint point)
//DEL {
//DEL // TODO: Add your message handler code here and/or call default
//DEL m_pt1=point;
//DEL Invalidate();
//DEL CView::OnMouseMove(nFlags, point);
//DEL }