BOOL CControlClientView::PreTranslateMessage(MSG* pMsg)
{
if (pMsg->message == WM_LBUTTONDOWN)//左键按下  
{        

       CPoint pt;  
::GetCursorPos(&pt);  //得到当前点的位置
          //接下去用GDI或GDI+画点了~~
         }