Re: Retrieving registry value
- From: "Ralph" <nt_consulting64@xxxxxxxxx>
- Date: Wed, 9 Aug 2006 11:13:39 -0500
"David Heer" <DavidHeer@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:3BAA8B5A-098B-4D29-8479-020132A49B1C@xxxxxxxxxxxxxxxx
At runtime, I need to retrieve a registry value that is not located underisn't
HKEY_CURRENT_USER\Software\VB and VBA Program Settings, so GetSetting
going to do the trick. I've found the CRegKey Class and its methods
(specifically QueryStringValue), but I'm missing the code to alias the
function in my app. Little help?
--
Cheers!
David W. T. Heer
This class is written in C++
http://www.codeguru.com/cpp/w-p/system/registry/article.php/c2889/
But there are quite a few VB6 replacements out there...
http://www.vbaccelerator.com/home/VB/Code/Libraries/Registry_and_Ini_Files/Complete_Registry_Control/article.asp
"RegSettings" at http://vb.mvps.org/samples/
And while not a specific 'class' has a lot of useful routines for
stealing...
http://vbnet.mvps.org/index.html?code/reg/index.html
Also take a look at the source code for Setup1 (likely already on your HD).
HTH
-ralph
.
- Prev by Date: Re: Retrieving registry value
- Next by Date: Re: Retrieving registry value
- Previous by thread: Re: Retrieving registry value
- Next by thread: Re: Retrieving registry value
- Index(es):
Relevant Pages
|