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

    Getting Registry Key from a DLL



    Is there a way to read the corresponding registry key from a dll file?


    Regedit must read the embedded data from the dll itself in order to register the dll with the key that was created for that dll.


    Thank you in advance for any help.




  2. #2
    Join Date
    Aug 2000
    Location
    Dublin
    Posts
    20

    Re: Getting Registry Key from a DLL

    Bit of a late reply! Just discovered this neat site.

    Use TypeLib Information (SYSTEM32\TLBINF32.dll) and TLIApplication gives you all this.

    Ta
    Andrew


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