The aaxIniFile ActiveX Control is a component that gives you an easy access to any standard .ini initialization file. With this component, you can:
- Open standard .ini files;
- Read / Write string and numeric values;
- Enumerate sections and keys
A standard .ini file has the following format:
[section]
key=value
This component comes with full documentation and many Visual Basic samples.