CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2001
    Posts
    52

    How to read a REG-Key

    Hello, how can I read a key from the registry?

    (HKEY_LOCAL_MACHINE\SOFTWARE)

  2. #2
    Join Date
    Jun 2002
    Location
    Letchworth, UK
    Posts
    1,020
    There are a whole bunch of registry functions described in

    http://msdn.microsoft.com/library/de...egapi_59mb.asp

    Alternatively, look up "Registry Functions" on the MSDN disk that comes with Visual Studio.
    Succinct is verbose for terse

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