|
-
October 14th, 1999, 02:04 PM
#1
Exposing Interfaces
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
-
October 14th, 1999, 02:44 PM
#2
Re: Exposing Interfaces
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|