让窗体的关闭按钮无效
摘要:
有很多时候我们需要让窗体的关闭按钮无效,所以。。。。首先引入命名空间。 using System.Runtime.InteropServices; 然后DllImport以及常量声明。 [DllImport("user32", EntryPoint = "GetSystemMenu", SetLastError = true,CharSet = CharSet.Unicode, Exa... 阅读全文
posted @ 2006-04-24 14:45 萝卜青菜 阅读(579) 评论(2) 推荐(0) 编辑