-
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
-
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.