/Config_IniPrivateProfile

Read and write config files in ini- vbp- and vbg-format with PrivateProfile-api

Primary LanguageVisual Basic 6.0GNU General Public License v3.0GPL-3.0

Config_IniPrivateProfile

Read and write config files in ini format with PrivateProfile-api

GitHub GitHub release (latest by date) Github All Releases GitHub followers

Project started in spring 2008
These are 3 classes for writing and reading configuration files in the fileformats *.ini, *.vbp and *.vbg

  • ConfigIniDocument
  • ConfigIniSection
  • ConfigIniKeyValue

It supports Ansi, Unicode, VBC / VB6 / VBA, VBA6, VBA7 x86 and x64.
For Unicode the file has to start either with a bom, or the first sectionname has to be in Unicode.
Use the class ConfigIniDocument to read and write ini-files immediately.
Or you load your settings from the ini file to ConfigIniDocument- ConfigIniSection- and ConfigIniKeyValue-objects, write your configuration values in memory and save it to disk later.
The class ConfigIniDocument also supports a first nameless root-section, like we have in visual basic 6 project-files (*.vbp).
For compiling the code in this repo you need the following additional repos:

ConfigIni Image