2010年2月5日

C#notifyIcon控件应用

摘要: 添加notifyIcon控件visible设置为true通知栏图标双击事件private void notifyIcon_MouseDoubleClick(object sender, MouseEventArgs e) { this.Visible = true; if (this.WindowState == FormWindowState.Minimized) { this.WindowSt... 阅读全文

posted @ 2010-02-05 18:13 爱游侠 阅读(120) 评论(0) 推荐(0) 编辑

贴边隐藏组件C#(转)

摘要: 1usingSystem;2usingSystem.ComponentModel;3usingSystem.Collections.Generic;4usingSystem.Diagnostics;5usingSystem.Text;6usingSystem.Drawing;7usingSystem.Runtime.InteropServices;8usingSystem.Windows.Form... 阅读全文

posted @ 2010-02-05 14:12 爱游侠 阅读(217) 评论(0) 推荐(0) 编辑

C#实现对Word文件读写

摘要: C#实现对Word文件读写   手头上的一个项目报表相对比较简单,所以报表打印采用VBA引擎,通过定制Word模版,然后根据模版需要填充数据,然后OK,打印即可。  实现方法:首先需要引用VBA组建,我用的是Office2003 Professional,Dll版本号为Microsoft Word11.0  另外当然还需要引用Interop.Word.Dll.  代码如下:///#region 打... 阅读全文

posted @ 2010-02-05 10:09 爱游侠 阅读(216) 评论(0) 推荐(0) 编辑

关于文档助手

摘要: 1、为了便于管理工程中的文档开发文档助手;2、任何个人均可以进行非商业目的应用;3、暂时取消了模板支持功能;4、免费使用造成不良后果本人不负责任。 阅读全文

posted @ 2010-02-05 08:22 爱游侠 阅读(148) 评论(0) 推荐(0) 编辑

导航