Results 1 to 3 of 3

Thread: Retrieve members of an ActiveX in Runtime

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2000
    Posts
    10

    Retrieve members of an ActiveX in Runtime

    Hi all,

    How can I get a list of functions and properties contained in an ActiveX, but in runtime (not from IDE)? In other words, it is like if I would have to program an object explorer.

    The ActiveX will be of my own creation, so I can program them with any requirement for doing this.

    Any suggestion will be wellcomed.

    Thanks,
    Javier

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Check out the TypeLibInformation object in your list of references in VB or do a search on TypeLib. It basically can get any of the information that the ObjectBrowser does.

  3. #3

    Thread Starter
    New Member
    Join Date
    Nov 2000
    Posts
    10
    Hi,

    Edneeis, lot of thanks for your answer. It has been very usefull for me!

    Regards,
    Javier

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