摘要: #region 禁止窗体移动 public const int WM_SYSCOMMAND = 0x112; public const int SC_MOVE = 0xF012; protected override void WndProc(ref Message m) { if (m.Msg = 阅读全文
posted @ 2016-06-22 20:36 清风白水 阅读(2792) 评论(0) 推荐(2)