Archive for the cateroy Visual C#

  

C# 呼叫執行 WinRar

using System; using System.Collections.Generic; using S […]

HTML 轉成 XML – 使用HtmlAgilityPack

在網路上找了很久,終於找到一個很棒的程式, CodePlex 果然是個好寶庫,讚不絕口的東西很多, 不過還是要 […]

winform 用拖拉方式 上傳檔案

將Form的 AllowDrop 屬性設為 true 在 Form 的 DragEnter 事件中 e.Eff […]