View Single Post
  #2 (permalink)  
Old February 5th, 2006, 09:06 PM
chandarnat chandarnat is offline
Registered User
 
Join Date: Feb 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to chandarnat Send a message via Yahoo to chandarnat
Default

In order to read a .INI file, you can use the GetPrivateProfileString API call. Refer to the following documentation.

http://msdn.microsoft.com/library/de...filestring.asp

You can use the WritePrivateProfileString to create or update an .INI file.

Hope this helps.

Reply With Quote