摘要: 1 protected override void WndProc(ref Message m) 2 { 3 if (m.Msg==0x112) 4 { 5 switch ((int) m.WParam) 6 { 7 //禁止双击标题栏关闭窗体 8 case 0... 阅读全文
posted @ 2016-03-22 17:05 瘋子朱磊 阅读(432) 评论(0) 推荐(0)