Simple INI Read/Write Module
Category:
MiscellaneousType:
ModulesDifficulty:
BeginningAuthor:
Vergel DalusungVersion Compatibility: Visual Basic 6
More information:
This module allows you to read and write keys and values to .ini files using the GetPrivateProfileString and WritePrivateProfileString family of API functions. A sample clients is included. Good for cases where you need basic .ini functionality but don't want to deal with declaring and calling the API functions.
Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.
Download readwriteini.zip