Click to See Complete Forum and Search --> : Exposing Interfaces


alexbtl
October 14th, 1999, 02:04 PM
My VB application has to expose methods,properties and events of any activex component
attached with it. I need to do this in a fly. Is there any collection or API's or any other interfaces of Windows NT I can use for enumerating the methods or properties or events of a particular ActiveX component that is registered.

Awaiting your reply.

VB guy

Chris Eastwood
October 14th, 1999, 02:44 PM
Check out the ActiveX Documentor project at vbAccelerator :

http://vbaccelerator.com/codelib/actvxdoc/article.htm

It uses a typelib (can't remember off-hand which one) at run-time to interrogate the interfaces of any activex dll/control you want and with source-code too.


Chris Eastwood

CodeGuru - the website for developers
http://codeguru.developer.com/vb