摘要: View Code 1 [DllImport("User32.DLL")] 2 public static extern int SendMessage(IntPtr hWnd, uint Msg, int wParam, int lParam); 3 [DllImport("User32.DLL")] 4 public static extern bool ReleaseCapture(); 5 public const uint WM_SYSCOMMAND = 0x0112; 6 public... 阅读全文
posted @ 2012-09-27 17:33 Lyle Blog 阅读(300) 评论(1) 推荐(0) 编辑