随笔分类 -  C#

C# 几行代码理解Delegate
摘要:代码 阅读全文

posted @ 2010-05-07 13:26 Master zhu 阅读(142) 评论(0) 推荐(0)

winrar打包winform
摘要:vs2005生成winform程序 有时会有dotnetfx系统必备 为了使 dotnetfx 文件夹和setup.exe 还有Setup1.exe 放在一个exe里面用winrar可以做到1 全选上面三个文件右击添加到压缩文件2 创建自解压格式压缩文件3 高级-- 自解压选项 --4 常规 --解压后运行--setup1.msi或者 setup.exe模式-- 解压到临时文件夹 文本和图标--从... 阅读全文

posted @ 2009-09-12 18:14 Master zhu 阅读(266) 评论(0) 推荐(0)

winform 禁用最大化最小化和关闭按钮
摘要:不能使用最大化窗口:MaximuzeBox 设为False不能使用最小化窗口:MinimizeBox 设为False不能使用红叉关闭using System.Runtime.InteropServices; [DllImport("user32.dll")] internal static extern IntPtr GetSystemMenu(IntPtr hwnd, bool bRevert)... 阅读全文

posted @ 2009-09-07 16:49 Master zhu 阅读(2289) 评论(0) 推荐(0)

ShowDialog Show
摘要:ShowDialog()会使当前程序暂停 直到关闭当前窗体后才能执行下面的代码Show() 并不会是当前程序暂停 窗体显示后继续执行下面的代码 阅读全文

posted @ 2009-09-07 08:36 Master zhu 阅读(197) 评论(0) 推荐(0)

一秒钟后执行
摘要:[代码] 阅读全文

posted @ 2009-08-20 08:48 Master zhu 阅读(135) 评论(0) 推荐(0)

导航