Results 1 to 2 of 2

Thread: VB Extensibilty Objects

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2001
    Posts
    1

    VB Extensibilty Objects

    I'm currently writing an Addin for the VB IDE and would like to be able to list the available controls in the same way that the IDE's 'Components' window does. Does anyone know how to do this using the VB Extensibilty Object model?? I'm trying to avoid having to search through the registry for registered ActiveX Controls. Alternatively, does anyone know where to find any good documentation on the VB Extensibilty object model because I can't seem to find what I need in MSDN...

    Cheers

    Rob

  2. #2
    rickm
    Guest
    Well, you probably cant find any documentation because there isnt any that is worth anything in MSDN on Add-Ins. Also, on your other question, i believe that VB goes out and looks in the registry for all the activeX controls, so you will probably have to do the same, I tried a while ago to figure that one out too.

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