Exemple I would like this registry key :
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\TimeZoneInformation\Bias
You've got 2 options - code it yourself using API calls, or get a 3rd party
product to do it for you
Info on the first is on my website (www.attryde.com/clarion), or you can get
the registry library from
http://ourworld.compuserve.com/homepages/jeffnjones/
--
Paul
(look at ORGANISATION field in header for email)
[message posting using news.individual.net]
"Paul Attryde" <m...@privacy.net> a écrit dans le message de news:
c1ns06$1ktmli$1...@ID-161168.news.uni-berlin.de...
In C55 GetReg is a function in c55util.clw in the libsrc dir. Along with a
lot of other usefull stuff. To use c55util you have to include three files
in you app. You have to include c55util.inc in the map. You have to
include c55utilEquates.inc before global includes. Finally you add
c55util.clw as an external source in the project editor.
In C6 GetReg is part of the rtl.
HTH
"Paul Attryde" <m...@privacy.net> wrote in message
news:c1ns06$1ktmli$1...@ID-161168.news.uni-berlin.de...
Test it thouroughly beforehand though - the last time I looked at GetReg in
5.5 it definately had problems with some of the registry data types. IIRC
it didn't handle REG_SZ_MULTI correctly, along with a couple of others
(binary data maybe?)
If all you're doing is strings/bytes then it should be OK
"Paul Attryde" <m...@privacy.net> wrote in message
news:c1qilm$197rvd$1...@ID-161168.news.uni-berlin.de...