CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 1999
    Location
    Norcross,GA,30092
    Posts
    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

  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    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
  •  





Click Here to Expand Forum to Full Width

Featured