VS2010 C# 壓縮/解壓 單一檔案(範例2)『C# GZipStream』
VS2010 C# 壓縮/解壓 單一檔案(範例2)『C# GZipStream』 資料來源:http://pramaire.pixnet.net/blog/po…
VS2010 C# 壓縮/解壓 單一檔案(範例2)『C# GZipStream』 資料來源:http://pramaire.pixnet.net/blog/po…
C# label (自動)多行(顯示) 資料來源: http://developer.51cto.com/art/200904/117857.ht…
C# 存取PostgreSQL 資料來源:http://boywhy.blogspot.tw/2014/12/ccpostgresql.htm… 元…
C# thread03 功能: 01.主要實作執行緒開啟/中斷切換 Code: using System.Thr…
C# thread02 功能: 01.主要實作如何利用類別(ThreadWithState)方式傳遞參數給執行緒…
C# thread01 功能: 01.單純利用執行緒每3秒改變表單的靜態成員變數 &…
C# 物件序列化(serialization)讀/寫檔案 [二進位/二進制檔案] 資料來源:http://blog.xuite.net/autosun…
C# Stream 讀/寫文字檔案 資料來源:http://blog.xuite.net/autosun/study/32576568-%5BC%…
C# 二進制讀/寫檔 資料來源:http://createps.pixnet.net/blog/post/31679033-c%23… …
C#禁止視窗關閉的方法 資料來源: http://www.bhcode.net/article/20081028/3005.html …
C# 開檔對話盒(OpenFileDialog) / 存檔對話盒(SaveFileDialog) 開檔對話盒: &nb…
C# 檔案是否存在,資料夾是否存在 資料來源:http://toimy.blogspot.tw/2010/03/c_15.html 判斷目錄是否存在 //判斷C…
C#程式重新開機(程式重啟,非系統重啟) 資料來源: https://harde.org/blog/2009/08/c%E7%A8%8B%E5%B…
C# 文字檔一行一行讀取 資料來源:https://msdn.microsoft.com/zh-tw/library/94223t4d…. int …
C# 檔案操作(複製、刪除和移動檔案) 資料來源:https://msdn.microsoft.com/zh-tw/library/cc14899…
C# 使用Process來達到呼叫、監聽、關閉外部程式等功能 資料來源: http://fecbob.pixnet.net/blog/post/38088805…
C# 檔案MD5計算 資料來源: http://www.dotblogs.com.tw/junegoat/archive/2012/08/21/c…
VS2010 C# 壓縮單一檔案(使用.NET 4 內建元件) 資料來源: https://msdn.microsoft.com/zh-tw/li…
VS2010 C# 壓縮/解壓縮目錄的方法 資料來源: https://dotnetzip.codeplex.com/ (外部元件) …
讓C#程式以系統管理員身分執行(UAC)[Windows 權限] 資料來源:http://www.dotblogs.com.tw/as15774/…
C# 檔案的加密/解密(DES) 資料來源:http://www.dotblogs.com.tw/yc421206/archive/2012/04…
C# [Winform][User Control] 自訂控制項的顯示屬性 資料來源: http://www.dotblogs.com.tw/yc…
C# 多國語系程式設計介紹 01. C#的語系檔附檔名是RESX,檔案格式內容為XML的文字格式(…
C# 透過呼叫外部程式(rundll32.exe)來達到 啟動控制台 & 清除上網紀錄(cookie) 01. 啟動控制台 String …
C# WinForm關閉應用程式本身的方法 01. this.Close();//單一…
C# 取得目前時間轉字串 using System; using System.Collections.Generic; using System…
C# 使用第三方函式庫來存取JSON using System; using System.Collections.Generic; using …
C# XML(1) 建立/修改/查詢 using System; using System.Collections.Gene…
C++ DLL設計 & C# 呼叫使用(可以要C++動態配置記憶體) //C++ typedef struct _CardReaderSt…
C# MessageBox使用基本語法 資料來源: https://docs.microsoft.com/zh-tw/dotnet/ap…