01 2012 档案

摘要:using System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices;using System.Threading;using System.Collections;n 阅读全文
posted @ 2012-01-07 09:35 无恨星晨 阅读(548) 评论(0) 推荐(0)
摘要:public static void ExportToWord(DataGridView dgv, ProgressBar progress, SaveFileDialog savefile) { Microsoft.Office.Interop.Word.Document WordDoc = ne 阅读全文
posted @ 2012-01-06 15:01 无恨星晨 阅读(607) 评论(0) 推荐(0)
摘要:1、FileSystemWatcher用途: FileSystemWatcher 元件用來監視檔案系統,而當檔案系統所包含的目錄或檔案變更時,也可以利用它來回應。這讓您能夠在特定檔案或目錄被建立、修改或刪除時快速且容易啟動商務處理流程。 注:FileSystemWatcher元件是設計來監視目錄內的 阅读全文
posted @ 2012-01-04 15:18 无恨星晨 阅读(503) 评论(0) 推荐(0)