|
-
Apr 22nd, 2006, 12:31 AM
#1
Thread Starter
Hyperactive Member
Simplest Code to Enumerate Entire Registry
I don't know if I posted a topic like this before but I decided to work on my registry error fixer again after seeing how much I liked CCleaner (CCleaner is made with VB, too). Is there a simple code to scan the entire registry for some strings, dwords, binaries, etc.? I originally used http://freevbcode.com/ShowCode.Asp?ID=3175 but it's too long for me and know there has too be a much shorter code to use. That code also didn't scan the entire registry because it couldn't find my test value. Sorry, I'm really picky about the size of my codes.
Last edited by abazabam; Apr 22nd, 2006 at 12:36 AM.
-
Apr 22nd, 2006, 01:14 AM
#2
Re: Simplest Code to Enumerate Entire Registry
Just do a search here (http://www.vbforums.com/search.php?) that question has already been answered and there is code available.
I haven't tested the code you already have (just looked at it), but I doubt you will find anything shorter. And if you are making an registry mechanic type application, I doubt it will be good without at least a few thousands of lines of code.
-
Apr 22nd, 2006, 01:18 AM
#3
Thread Starter
Hyperactive Member
Re: Simplest Code to Enumerate Entire Registry
I'm not very good with searching for stuff. What should I search for? "enumerate registry"?
-
Apr 22nd, 2006, 01:30 AM
#4
Re: Simplest Code to Enumerate Entire Registry
-
Apr 22nd, 2006, 07:31 PM
#5
Thread Starter
Hyperactive Member
Re: Simplest Code to Enumerate Entire Registry
The first link is what I needed but how do I search for strings dwords, etc.?
-
Apr 23rd, 2006, 04:47 AM
#6
Re: Simplest Code to Enumerate Entire Registry
-
Apr 23rd, 2006, 05:11 PM
#7
Thread Starter
Hyperactive Member
Re: Simplest Code to Enumerate Entire Registry
Well, it's closer to what I want but I'm trying to find something that will search the entire registry.
-
Apr 23rd, 2006, 06:27 PM
#8
Re: Simplest Code to Enumerate Entire Registry
abazabam,
Look at my signature for Free VB Source Code You will find code there for enumerating the registry. You will need to write some code for your specific purpose but you can start there.
-
Apr 24th, 2006, 07:05 PM
#9
Thread Starter
Hyperactive Member
Re: Simplest Code to Enumerate Entire Registry
Can you please give me the link?
-
Apr 25th, 2006, 03:39 AM
#10
Re: Simplest Code to Enumerate Entire Registry
It's in my signature It cannot be any simpler to get to. Click on Free VB Source Code then go to Enumerate thru the Registry.
This seem pretty straight forward enough...
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
|