Jun 28th, 2005, 03:45 PM
#1
Thread Starter
Fanatic Member
best way to access registry? [Resovled]
What is the best way to access the registry? I've always used WScript.Shell, but should I use API to access it?
Thanks,
Sir Loin
Last edited by Sir Loin; Jun 28th, 2005 at 08:05 PM .
Jun 28th, 2005, 03:53 PM
#2
Re: best way to access registry?
Why don't you look into "getsetting" and "Savesetting"
You're welcome to rate this post!
If your problem is solved, please use the Mark thread as resolved button
Wait, I'm too old to hurry!
Jun 28th, 2005, 03:57 PM
#3
Re: best way to access registry?
There is a whole bunch of registry APIs so go to allapi.net and download few utilities with samples.
Jun 28th, 2005, 04:02 PM
#4
Re: best way to access registry?
Here is a module that you can use to read and write to anywhere from the registry.
Attached Files
Jun 28th, 2005, 04:11 PM
#5
Thread Starter
Fanatic Member
Re: best way to access registry?
Thanks! I'm going to have to learn how to use API to access the registry because on one of my computers I can use "WScript.Shell" because I get a "ClassFactory" error. I think my virus scanner deleted "Wshom.ocx" and I think that is needed in order to use Windows Script Host Object Model...
Thanks,
Sir Loin
Jun 28th, 2005, 04:54 PM
#6
Re: best way to access registry?
Here is a sample that doesn't use that module, but shows you how to get info from the registry.
Attached Files
Jun 28th, 2005, 08:04 PM
#7
Thread Starter
Fanatic Member
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