Is there a way to read an .ini file into memory and then read particular values from it?

Posted by Clay Nichols on Stack Overflow See other posts from Stack Overflow or by Clay Nichols
Published on 2010-05-17T18:49:54Z Indexed on 2010/05/17 18:50 UTC
Read the original article Hit count: 116

Filed under:

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?

© Stack Overflow or respective owner

Related posts about vb6