摘要: 1 static class Program 2 { 3 /// 4 /// 应用程序的主入口点。 5 /// 6 [STAThread] 7 static void Main() 8 ... 阅读全文
posted @ 2014-12-09 17:43 懒慢D蜗牛 阅读(1002) 评论(0) 推荐(0) 编辑
摘要: 1 const int WM_SYSCOMMAND = 0x112; 2 //窗体关闭消息 3 const int SC_CLOSE = 0xf060; 4 //窗体最小化消息 5 const int SC_MINIMIZE = 0xf020; 6 //窗体最大化消息 7 const int SC... 阅读全文
posted @ 2014-12-09 11:33 懒慢D蜗牛 阅读(1547) 评论(0) 推荐(1) 编辑