搜索资源列表
ini
- 一个简单的读取Ini文件的类,你可以自己扩充高级功能- Simple reads takes the Ini document the kind, you may own expand the high-level function
cSharp-inidemo
- c# 操作ini文件进行简单的读取和写入,以便做程序配置项 -CSharp operte ini file
frmupdate
- 简单的自动更新程序 需要准备: 1.服务器中的文件 2.服务器中的更新版本号update.txt 只需填写版本号即可 注:最多一个小数点分割 3.本地的up.ini 格式按照压缩包的来,同样只能有一个小数点分割。 在压缩包里改文件下载地址、版本号更新文件地址即可使用 注意:需要引用scrrun.dll PS:由于以前做的自动更新本地的文件是ini格式,所以就没改,导致要用模块来读取ini文件,实际上可以直接用txt文件的。-Auto Update simple
ini.rar
- 读取ini配置文件的简单应用代码,适合vb初学者参考
inifile
- 从网上找到一些保存读取Ini文件的类,感觉不是很好用,于是作者自己动手写了一个简单的CIniFile类,保存程序的参数设置-From the Internet to find some preserved Ini file reader class, feeling not very good, and therefore the author to write yourself a simple CIniFile category, save the parameter setting pro
CMyIniFile
- CIniFile类。可以读取INI后缀名的外部文件。习惯了在外部文件修改文件参数的朋友有福了。不用怕编译好的EXE文件在过后要修改文件的参数而重新编译文件。只要把你的内部参数接口写在Ini文件上面,就可以实现简单的修改参数工作。-CIniFile category. INI can read an external file name suffix. Used to modify the file in an external file parameters friend blessed. Do
GameInRndSentence
- 这是一个简单的程序,可以读取INI文件并由此得到信息,从中随机抽取条目,组成一句话。-This is a simple procedure, you can read the INI file and thus have information, from entry randomly selected to form a word.
Config
- ini文件的读取工具,用于简单的配置文件,希望大家喜欢!-An .ini config files read tools!
changeODBC
- 涉及数据库访问的时候,多数需要建立数据源,这是一个通过程序可以动态设置数据源的软件,并且包含读取INI文件的代码,简单实用!-see chinese please!
INI
- 从INI文件读取程序设置,VB读取INI文件的例子,一般INI文件常见用于配置文件,这符合Windows的标准规范,其操作实际和TXT文本差不多,只不过需要注意变量的设置,在Vb中直接读取对应的变量名,广泛用于程序参数配置中。本程序是从ini文件中读取Vb窗口的标题栏文字信息,挺简单的INI文件应用。 -Read from the INI file settings, VB example to read INI files, INI files commonly used for gene
getinfile
- 从INI文件读取程序设置,VB读取INI文件的例子,一般INI文件常见用于配置文件,这符合Windows的标准规范,其操作实际和TXT文本差不多,只不过需要注意变量的设置,在Vb中直接读取对应的变量名,广泛用于程序参数配置中。本程序是从ini文件中读取Vb窗口的标题栏文字信息,挺简单的INI文件应用。-Read program settings from the INI file, VB read INI file example, general INI file is usually use
JAVA使用JNI读写INI文件
- jni读取文件,简单了解jni层读取,保存文件的使用方法。(jni input/output instruction)
读取INI
- 这是一个简单读取ini程序,下载编译之后,请自行在程序同一目录下创建一个“config.ini”,内容根据代码内设置的变量填写。(This is a simple program to read ini. After downloading and compiling, please create a "config. ini" in the same directory of the program, and fill in the contents according t
一个简单的读取配置文件程序
- 一个简单的读取配置文件程序,建立一个ini文件,按照段和键的格式写入相关数据,运行程序得到设定值。