All articles| All Pictures| All Softwares| All Video| Go home page| Write articles| Upload pictures

Reading number is top 10 articles
gridview超出长度用..代替,提示显示详细信息_[Asp.Net教程]
SQL,Server,2008重新创建表的方法_mssql学习_编程技术
asp.net2.0服务器控件之RadioButton控件
ASP.NET下载文件时直接弹出“另存为”对话框_[Asp.Net教程]
网页申请表单用户体验设计简述_[Html教程]
C#中控制语句if的使用
PHP中使用crypt()实现用户身份验证_php资料_编程技术
升级PHP5的理由:PHP4和PHP5性能对比_php资料_编程技术
ASP.NET实例:Asp.net,FMS,开发视频网站_[Asp.Net教程]
C#中的异常处理语句
Reading number is top 10 pictures
Fender Bender that so horrifying1
Japan sexy beauty passion photo
乳娘帕梅拉安德森2
胸部遭到偷窥的女人们
西班牙山村小景4
Absolutely shocked. National geographic 50 animal photographys7
Angie Chiu vijara myth1
看到这个手速,决定过年就让我家猫帮我抢红包了。。
Sell the barbecue as says father du breul2
29 the belle stars after bath figure4
Download software ranking
asp.netWeb服务器高级编程
仙剑奇侠传98版歌曲
Boxer's Top ten classic battle6
c#程序设计案例教程
Eclipse 4.2.2 For Win32
Desire a peach blossom
VC++6.0简体中文版
asp.net技术内幕
小黑猫大战两米大花蛇
Boxer Classic video2
aaa published in(发表于) 2013/12/6 10:25:48 Edit(编辑)
C#中如何读写INI文件_.net资料_编程技术

C#中如何读写INI文件_.net资料_编程技术

C#中如何读写INI文件_.net资料_编程技术-数科优化网

在C#中读取和写入ini文件的一段代码,其实本文只是指出一个方向,希望大家能够触类旁通。


  以下为代码全文:



  //写INI文件
  [ DllImport ( "kernel32" ) ]
  private static extern bool WritePrivateProfileString ( string section ,string key , string val , string filePath ) ;
  //读ini文件(字符
  [ DllImport ( "kernel32" ) ]
  private static extern int GetPrivateProfileString ( string section ,string key , string def , StringBuilder retVal ,int size , string filePath ) ;


  //读ini文件(数字
  [ DllImport ( "kernel32" ) ]
  private static extern int GetPrivateProfileInt 的( string section ,string key , int def , string filePath ) ;


  //////////////////////////////////////////////////////////////
  using System;
  using System.IO;
  using System.Runtime.InteropServices;
  using System.Text;


  namespace EchonComponentLibrary
  {
  ///


  /// IniFile 的摘要说明。
  ///

  public class IniFile
  {
  private string FFileName;


  [DllImport("kernel32")]






添加到del.icio.us 添加到新浪ViVi 添加到百度搜藏 添加到POCO网摘 添加到天天网摘365Key 添加到和讯网摘 添加到天极网摘 添加到黑米书签 添加到QQ书签 添加到雅虎收藏 添加到奇客发现 diigo it 添加到饭否 添加到飞豆订阅 添加到抓虾收藏 添加到鲜果订阅 digg it 貼到funP 添加到有道阅读 Live Favorites 添加到Newsvine 打印本页 用Email发送本页 在Facebook上分享


Disclaimer Privacy Policy About us Site Map

If you have any requirements, please contact webmaster。(如果有什么要求,请联系站长)
Copyright ©2011-
uuhomepage.com, Inc. All rights reserved.