乐逍遥

博客园 首页 新随笔 联系 订阅 管理

2007年11月1日 #

摘要: 1.引用ICSharpCode.SharpZipLib.dll组件 2. /// /// 将指定的文件打入包中 /// /// 压缩生成文件 /// 待压缩文件 /// 是否删除待压缩文件 /// 压缩文件口令,为“”不用口令 public static void ZipFile(string l_sZipFile,string[] l_sWaitZipFile... 阅读全文
posted @ 2007-11-01 11:38 乐逍遥 阅读(270) 评论(1) 推荐(0) 编辑

摘要: 1.引用word 组件 2.定义word Word.Application app = new Word.Application(); Word.Document doc = new Word.Document(); app.DisplayAlerts = Word.WdAlertLevel.wdAlertsNone; object Obj_FileName = ... 阅读全文
posted @ 2007-11-01 11:34 乐逍遥 阅读(299) 评论(0) 推荐(0) 编辑