我在grid中一个列列名假设为NumberId
当鼠标点击此列时,我如何得到此列的鼠标位置??

解决方案 »

  1.   

    请看这里:
    http://community.csdn.net/Expert/topic/4175/4175351.xml?temp=.7751276
      

  2.   

    各位大姐大哥注意,别用e.x,e.y解决,我现在必须要用API。
      

  3.   

    [DllImport("user32.dll")]
      public static extern long GetCursorPos (ref System.Drawing.Point lpPoint);
      

  4.   


    我这里还有win32api大全,要么?
      

  5.   

    我要,能不能给我一份,谢谢[email protected]
      

  6.   

    谢谢各位的支持,我现在解决了,因为我们用的是DATAWINDOW.NET和C#.NET结合,我现在跳过API,利用PB的知识给解决了,不好意思我要揭贴了,谢谢各位!