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