dll")] static extern bool ReleaseCapture(IntPtr hwnd); const uint WM_SYSCOMMAND = 0x112; const uint MOUSE_MOVE = 0xF012; public void Drag() { DefWindowProc(this ...
確定! 回上一頁