CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: HELP!!!!

  1. #1
    Join Date
    Jun 1999
    Location
    Georgia
    Posts
    24

    HELP!!!!

    Can someone tell me how I can Query the registry for a value.

    The problem is that I know what the value is but I dont know what Key the value is in.

    Please help....
    thanks
    tcompe




  2. #2
    Join Date
    Jan 2000
    Location
    Olen, Belgium
    Posts
    2,477

    Re: HELP!!!!

    Why not just use regedit, and search the registry for that sepecific value?
    Once you found it, you know the key.

    Tom Cannaerts
    [email protected]

    The best way to escape a problem, is to solve it.
    Tom Cannaerts
    email: [email protected]
    www.tom.be (dutch site)

  3. #3
    Join Date
    Jun 1999
    Location
    Georgia
    Posts
    24

    Re: HELP!!!!

    I would prefer not to shell out to anything.
    Is there not a way that I can do it programmaticly?

    Is there any API's that I could use


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

Featured