|
-
Nov 17th, 1999, 03:49 AM
#1
Thread Starter
Junior Member
Hello Vb programmers,
How can I get all registery information from Windows via VB5?
Nice greetings,
Ingrid.
-
Nov 17th, 1999, 06:04 AM
#2
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).]
-
Nov 17th, 1999, 07:50 PM
#3
Member
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
-
Nov 17th, 1999, 11:30 PM
#4
Hyperactive Member
Hope this is what you want
[email protected]
rc = RegQueryValueEx(hKey, SubKeyRef, 0, _
KeyValType, tmpVal, KeyValSize) ' Get/Create Key Value
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|