Click to See Complete Forum and Search --> : Getting registry information.
ingrid
Nov 17th, 1999, 02:49 AM
Hello Vb programmers,
How can I get all registery information from Windows via VB5?
Nice greetings,
Ingrid.
Serge
Nov 17th, 1999, 05:04 AM
Do you actually need everything from the registry (i.e. all Keys, Subkeys (subkeys of subkeys) and values)???
Regards,
------------------
Serge
Software Developer
Serge_Dymkov@vertexinc.com
Access8484@aol.com
ICQ#: 51055819 (http://www.icq.com/51055819)
[This message has been edited by Serge (edited 11-17-1999).]
kandan
Nov 17th, 1999, 06:50 PM
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
john_murphy
Nov 17th, 1999, 10:30 PM
Hope this is what you want
john_m_murphy@homail.com
rc = RegQueryValueEx(hKey, SubKeyRef, 0, _
KeyValType, tmpVal, KeyValSize) ' Get/Create Key Value
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.