|
-
January 14th, 2000, 03:38 AM
#1
Registry entry
Hi
I have a problem regarding making entries to the
registry database. How do I chance the default
section 'My Computer\hkey_current_user\software\
vb and vba program settings' to ex.
'My computer\hkey_current_user\
software\myprogs\appname'
Pleas help me out.
-
January 14th, 2000, 07:13 AM
#2
Re: Registry entry
That's the default area that the vb SaveSetting and GetSetting commands access. If you want to write to a different area of the registry, you'll need to read upon the Registry API calls.
There's a good tutorial here http://www.vbtechniques.com/ar/regclass.asp that takes you through the building of a registry class.
Chris Eastwood
CodeGuru - the website for developers
http://codeguru.developer.com/vb
-
January 14th, 2000, 07:21 AM
#3
Re: Registry entry
Thanx alot. I knew it was something like that, because there were no clues in the online help.
-
January 14th, 2000, 08:11 AM
#4
Re: Registry entry
I have a pretty good class module which allows to do what you want. I could send it to you. My e-mail is [email protected]
Vlad
-
January 17th, 2000, 02:04 AM
#5
Re: Registry entry
I'm glad you answered, but Chris Eastwood already
gave me answers to my questions, see answer above
but if you believe to have a better solution
please email it to me, and you will get a star from me.
please email me at : [email protected]
Best regards
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
|