Hello,
As the subject states I would like to know how to get all values from a key in the registry, the method I'm using now causes VB5 to crash.
Any help would be great.
Many thanks,
Desire.
Printable View
Hello,
As the subject states I would like to know how to get all values from a key in the registry, the method I'm using now causes VB5 to crash.
Any help would be great.
Many thanks,
Desire.
Theres a Microsoft written class library call "regobj" that lets you do just that. I've been using it for quite some time without any problems. Look for it on the visual studio download site.
[Edited by Glenn on 03-23-2000 at 01:57 PM]
Cheers Glenn