
September 14th, 2004, 08:57 AM
|
|
Registered User
|
|
Join Date: Aug 2004
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
adding Dword-value to the registry
Does anybody know how to add a dword-value to the Windows registry? I've been experimenting with things like:
* reg.writeInteger (Hkey, subkey, value); but it gives me the same result as the writestring procedure...
* Regsetvalue(Hkey, subkey, type, value)
-this does nothing
* and other sorts of code that I found using google.
Can anybody help me with this?
Kind Regards
|