
How to write and read registry keys
While its obviously possible to write this yourself why not re-use the work
of others, would save you countless hours of crap... Goto
http://vbaccelerator.com and look for this:
' Class: cRegistry
' Author: Steve McMahon
' Date : 21 Feb 1997
Its a classwrapper around all the registry functions, should do everything
you need.
Of course you can always try the VB SaveSetting and GetSetting functions...
but this limits the output to the HKCU\Software\VB and VBA Program Settings
key.
Quote:
> Hello:
> I'm looking for a sample of how to make new entries into
> and read entries from the registry using VB6.
> Thanks
> Bill