Re: Registry VB question

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



"Harry Bates" <None> wrote in message
news:%23ci12pPbFHA.228@xxxxxxxxxxxxxxxxxxxxxxx
> Use HKEY_CURRENT_USER
>
> To make it easy you can try the following Class:
>
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnovba01/html/RegistryMadeEasy.asp
>
> -Harry Bates

Sheesh... MSDN code... no wonder VB programmers are considered "Hackers" <g>

DefStr S
DefLng H-I, L, N
DefVar V
DefBool B

Oh Brother.... here's one that seems to be written after 1960 ;-)

Complete Registry control
http://www.vbaccelerator.com/home/VB/Code/Libraries/Registry_and_Ini_Files/Complete_Registry_Control/article.asp

--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
DLL Hell problems? Try ComGuard - http://www.vbsight.com/ComGuard.htm
Please keep all discussions in the groups..


.