Results 1 to 2 of 2

Thread: Registry Help

  1. #1

    Thread Starter
    Registered User
    Join Date
    Mar 2002
    Location
    Nashville, TN
    Posts
    103

    Exclamation 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?

  2. #2
    Addicted Member
    Join Date
    Aug 1999
    Posts
    164
    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.
    -Shurijo

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width