摘要: const int WM_SYSCOMMAND = 0x112;const int SC_CLOSE = 0xF060;const int SC_MINIMIZE = 0xF020;const int SC_MAXIMIZE = 0xF030;protected override void WndProc(ref Message m){if (m.Msg == WM_SYSCOMMAND){if ... 阅读全文
posted @ 2008-01-20 22:11 二月草 阅读(156) 评论(0) 推荐(0) 编辑