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

    ActiveX - Registry - Control List (Simple I'm sure, lol)

    Hey all,
    I know there are programs out there that do this already, I'm just been trying to figure out how, but with no success.

    I want to be able to retrieve a list of all registered ActiveX components and contols from the registry. Similar to what happens when you insert a new control in the ActiveX Control Test Container application and you get a list of registered controls to choose from. Is there an API (like with EnumFonts) that can help with this?


    Any help would be much appreciated.

    Thanks,
    Tony




  2. #2
    Join Date
    Aug 2000
    Location
    Ottawa, Canada
    Posts
    469

    Re: ActiveX - Registry - Control List (Simple I'm sure, lol)

    Read Registry


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