搜索资源列表
VB INI 文件转换
- 软件版本: 2011.03.24 适用系统: Windows XP/2000 以上系统 适用版本: 所有支持宏处理的 Passolo 5.0 及以上版本 界面语言: 简体中文和繁体中文 (自动识别) 版权所有: wanfu 授权形式: 免费软件 官方主页: http://www.hanzify.org 开 发 者: 汉化新世纪成员 wanfu (2009-2011) ☆软件简介: =========== 将 INI 文件及 INI 类文件的前后段字串进
IniExample
- VB读取INI文件,用于读取配置文件,存储重要参数。-VB to read INI file, for read configuration files, storage of key parameters.
ini_how_do
- ini文件精解示例 讲解]怎样使用ini文件 在vb 下面-ini files on sperm sample solution] How to use the following ini file in vb
ISS
- VB开发的虚拟主机IIS配置工具(源代码),基于Windows上的IIS控制工具,可以设置虚拟目录的名称,路径,端口,默认文档等信息。为了软件用户能调节相关的公司信息和网站地址,全部信息和图片都存放在ini文件内,这样,软件就有了个性化的设置。-VB Development IIS virtual host configuration tool (source code), Windows-based control tool on the IIS, you can set a virtual
VB
- Ini adalah File Untuk Mencari Semua data yang berada pada database ini buatan david juli Ariyadi Aplikasi Pencari Data Data
VB-INIFunction
- 工作中需要处理一个INI文件,于是上网找了几个读写INI文件的VB函数。-Work to deal with an INI file, so surf the Internet and a few of the VB function to read and write INI files.
VBTXT
- 用VB做系统不一定要用INI我用TXT文件记录一点配置,也很好-Do not have to use the system with VB INI file I use TXT records that configuration, is also very good
vbandInI
- VB读写INI文件的事例,比较全面的,修正了很多错误。-Read and write INI files in VB instance, more comprehensive, and fixes a lot of mistakes.
Skywards_ToolsV2.02
- 用INI文件设置是否要注册VB控件,以及串口收发,(公司测试用工具)已通过调试-Whit ini set
XNKI
- 在VB中实现访问WINDOWS INI 文件的源代码,不错(The source code in VB realize access WINDOWS INI file, good)
读写INI
- 不用调用API就可以读取或修改ini配置文件,只需调用模块中相应的函数即可,纯文本操作。(Without calling API, you can read or modify the INI configuration file, just calling the corresponding function in the module, pure text operation.)
一个基于VB 的万年历
- 一个基于VB 的万年历,万年历日历中显示节日、农历、星座等信息,可前进、后退查看某一天信息。编写时候用到了不少VB类,源码公开,对学习来说相当有参考价值。 Private Sub Image2_Click(Index As Integer) Select Case Index Case 0 '减 If WNL_Pic_int = 1 Then WNL_Pic_int = 15 Else WNL_Pic_int = WNL_Pic_int - 1 Me.Pic