摘要: [DllImport("user32.dll")] static extern bool GetWindowRect(IntPtr hWnd, out RECT lpRect); [DllImport("user32.dll")] static extern bool MoveWindow(IntP 阅读全文
posted @ 2023-11-15 11:06 fulllove 阅读(97) 评论(0) 推荐(0)