-
Registry Help
Ok - I need some help with Registry access. I am converting a program from VB 6.0 to .NET and it uses a number of API calls to read from the registry (most of which don't work in .NET). I know you can use the Microsoft.Win32.Registry namespace to access some registry functions but I can't seem to get it to work. Here's what I need:
I need to read the value from the following path:
"Software\VB and VBA Program Settings\ARSClient\Settings"
There are 4 different settings inside this path (Notifier, Password, User, and Station). I need to retrieve the value for each of these settings. How do I do that?
-
HOW TO: Write Your Own Registry Accessing Functions by Using the Base Class Libraries in Visual Basic .NET
http://support.microsoft.com/default...EN-US;q316151&
Check out this article.