const int WM_MOUSEMOVE = 0x0200;//定義ID protected override void WndProc(ref Message m) { if (m.Msg == WM_MOUSEMOVE) { string binary ...
確定! 回上一頁