winform无系统边框时移动窗体
摘要:
1 [DllImport("user32.dll")] 2 public static extern bool ReleaseCapture(); 3 [DllImport("user32.dll")] 4 public static extern bool SendMessage(IntPtr hwnd, int wMsg, int wParam, int lParam); 5 public const int WM_SYSCOMMAND = 0x0112; 6 public const int... 阅读全文
posted @ 2012-07-24 09:31 refresh 阅读(209) 评论(0) 推荐(0)
浙公网安备 33010602011771号