Is there a way to read an .ini file into memory and then read particular values from it?
- by Clay Nichols
I've got a situation where an ini file is in memory (in a string variable) and I'd like to read values out of it without writing the ini file data to disk.
Is there any way to do that in VB6? Maybe with a Win API call?