|
-
August 23rd, 1999, 04:04 AM
#1
INI Files
Does anyone know how to read and modify an ini file?
--
Screaming Fist
A witty saying proves nothing.
-
August 23rd, 1999, 04:08 AM
#2
Re: INI Files
CrazyD from this forum posted a good class module to the CodeGuru site that handles ini file reading and writing at :
http://www.codeguru.com/vb/articles/1772.shtml
- or you can do it yourself with the GetPrivateProfile... WritePrivateProfile... API calls.
Chris Eastwood
CodeGuru - the website for developers
http://www.codeguru.com/vb
-
August 23rd, 1999, 05:06 AM
#3
Re: INI Files
use function WritePrivateProfileString to write to ini and GetPrivateProfileString to read from ini file.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|