疫情期间手机直线:18622734798
当前位置:首页网站设计:基础篇 → 全部信息
winform读写.ini文件的知识
更新时间:2013/12/9 点击:1720次

1、在头部引用

  1. [DllImport("kernel32")]
  2. private static extern long WritePrivateProfileString(string section,
  3. string key,string val,string filePath);
  4. [DllImport("kernel32")]
  5. private static extern int GetPrivateProfileString(string section,
  6. string key,string def, StringBuilder retVal,
  7. int size,string filePath);


2、写入.ini

  1. WritePrivateProfileString("Setup","UserName",userno.Text,Application.StartupPath+"\\mcs.ini");


3、读取.ini

  1. StringBuilder temp = new StringBuilder(255);
  2. int i = GetPrivateProfileString("Setup","UserName","",temp,255, Application.StartupPath+"\\mcs.ini");
  3. userno.Text = temp.ToString();
  • 疫情期间手机直线:18622734798    服务邮箱:service@nfree.cn     QQ:1448132697
  • 地址:天津市河西区围堤道146号华盛广场B座22楼    

    津公网安备 12010302001042号

  • CopyRight 2006~2024 All Rights Reserved 天津市华易动力信息科技有限公司