VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



WINREG32.BAS (Third Version)

by Randy Mcdowell (Nebuland Technologies) (2 Submissions)
Category: Registry
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (13 Votes)

This time I got it right!
In the last release I discovered a few errors, so I took
my time on this one to re-write every little piece of
code, using my old module as a building block. In this
version I added the 'OS' suffix to all the registry API
declarations so I could use 'Reg' in my function names.
Now all Subs are Functions, and return some type of
value, depending on the procedure. In this version I
also added the ability to save a string to a binary
key (RegWriteExtended), which was requested. Also error
checking has been revised and the RegLastError variable
always contains the last registry error that occured.
If you modify this code please send me a copy so I can
learn from what you have done. I hold absolutely no
warranties on this code and I am not responsible for
any damage it does to your registry or your computer.

Assumes
Always backup your system registry (the hidden SYSTEM.DAT file in your windows directory) before making any modifications to it. Like I stated before, I am not responsible for any damage you cause.

Rate WINREG32.BAS (Third Version)

Download WINREG32.BAS (Third Version)

Download WINREG32.BAS (Third Version) (5 KB)

WINREG32.BAS (Third Version) Comments

No comments have been posted about WINREG32.BAS (Third Version). Why not be the first to post a comment about WINREG32.BAS (Third Version).

Post your comment

Subject:
Message:
0/1000 characters