currently im using a MFC app, but the MFC or API way, either one, doesnt matter.
thanks :)
Printable View
currently im using a MFC app, but the MFC or API way, either one, doesnt matter.
thanks :)
There is a GetProfileString or LoadProfileString or something similar...
its:
GetProfileString - to retrieve values from registry
WriteProfileString - to save values to registry
http://msdn.microsoft.com/library/de...egapi_59mb.asp
I think *ProfileString APIs are for use with ini files.
:)