Link to home
Start Free TrialLog in
Avatar of thenrich
thenrich

asked on

ini file

What is the appropriate way to extract information from an .ini file in VB6
ASKER CERTIFIED SOLUTION
Avatar of bkthompson2112
bkthompson2112

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Mike Tomlinson
Another example: https://www.experts-exchange.com/questions/10209822/ini-files.html

>> What is the appropriate way to extract information from an .ini file in VB6

You don't have to use APIs necessarily to read an INI file.  You can also open it and read it yourself using standard file I/O operations.

~IM
Avatar of thenrich
thenrich

ASKER

Perfect
Thanks :)