在窗体中重写了WndProc 方法。 如下,可以截获到鼠标单击消息:. protected override void WndProc(ref Message m) { const int WM_MOUSEDOWN = 0x0210; if (m.
確定! 回上一頁