How
can I access the Registry from my VB Application?
It is quite tricky to access the registry, but after a days experimenting, I have
worked it out. You have to use the Win32 api Registry calls. For more information, take a
look at this
demonstration program.
|