Hello Vb programmers,
How can I get all registery information from Windows via VB5?
Nice greetings,
Ingrid.
Printable View
Hello Vb programmers,
How can I get all registery information from Windows via VB5?
Nice greetings,
Ingrid.
Do you actually need everything from the registry (i.e. all Keys, Subkeys (subkeys of subkeys) and values)???
Regards,
------------------
Serge
Software Developer
[email protected]
[email protected]
ICQ#: 51055819
[This message has been edited by Serge (edited 11-17-1999).]
hi,
try this VB function..
GetSetting(appname,section,key[,default])
which will returns a key setting value from an applications entry in the windows registry.
kandan
Hope this is what you want
[email protected]
rc = RegQueryValueEx(hKey, SubKeyRef, 0, _
KeyValType, tmpVal, KeyValSize) ' Get/Create Key Value