03 2016 档案
摘要: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...
阅读全文
摘要:选中"Security",在界面中勾选"Enable ClickOnce Security Settings"后,在Properties下就有自动生成app.manifest文件。 打开app.manifest文件,将 <requestedExecutionLevel level="改为 <requ
阅读全文