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

    Post Getting KeyName in Registry (windows)

    How can we get child and parent key names in registry of Windows.

    Eg: We have versions for every software like 1.0, 1.1, etc.. (a separate folder is being made for every version in TypeLib folder) If we want to fetch the name of that perticular exe or ocx or dll of these version (i mean the parent of these version), then how to do it!!!

  2. #2
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: Getting KeyName in Registry (windows)

    Take a look at the registry functions.
    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

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