摘要:
1.首先导入命名空间:using System.Runtime.InteropServices;2.声明API函数:1 [DllImport("kernel32")]2 private static extern long WritePrivateProfileString(string section, string key, string val, string filePath);3 [DllImport("kernel32")]4 private static extern int GetPrivateProfileStr... 阅读全文
posted @ 2013-04-08 22:52
Mr_4
阅读(252)
评论(0)
推荐(0)

浙公网安备 33010602011771号