c#讀寫ini檔案做歷史資訊選單日誌
讀寫ini檔案的類
技巧1 address = system.environment.currentdirectory;取得當前的目錄
2 使用streamwriter 類 寫入
using system;
using system.io;
class test }}
使用streamreader 類 讀取
using system;
using system.io;
class test }}
catch (exception e) }}
使用 在mdifrom load的時候 讀取ini檔案
private void form1_load(object sender, eventargs e)
sr.close();
}
每次開啟的時候寫入
private void 開啟toolstripmenuitem_click(object sender, eventargs e)
這樣就可以在每次開打的時候看到讀取的歷史檔案了
如果在讀取的時候加個限制 如果說10個檔案以內,那麼很簡單只要在讀取的時候迴圈加乙個限制就ok
C 讀寫INI檔案資訊
using system using system.collections.generic using system.io using system.runtime.interopservices public class inifile 寫ini檔案 public void iniwriteval...
C 讀寫INI檔案
inifile類 using system using system.io using system.runtime.interopservices 因為我們需要呼叫api函式,所以必須建立system.runtime.interopservices命名空間以提供可用於訪問 net 中的 com 物...
C 讀寫INI檔案
using system using system.drawing using system.collections using system.componentmodel using system.windows.forms using system.io using system.runtime...