CPB Mailing List
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: INI File or Registry ?
Hi
I know some informatiion regarding INI File. I haven't used much of
registry.
You can find sufficient information in Win32 Programming techniques. It
comes with Borland C++ builder Under help\MSHelp directory you run
Win32.hlp file in which you can find information about getting
information from INI file and writing information to INI file
Some of the commands for getting the values from INI file are
GetPrivateProfileString()
GetPrivateProfileInt()
GetPrivateProfileSection()
GetPrivateProfileSectionNames()
GetPrivateProfileStruct()
Some of the commands for writing the values from INI file are
WritePrivateProfileSection()
WritePrivateProfileString()
WritePrivateProfileStruct()
Contact me incase if you need any calrifications
bye
W Komornicki's Home Page |
Main Index |
Thread Index