activeX automation: properties, methods and "EVENTS?"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • miarfej
    New Member
    • Mar 2008
    • 1

    activeX automation: properties, methods and "EVENTS?"

    Hi to all.. i am just new here, hoping to find some suggestions.

    I am writing a code in VC++. It is about creating an activeX control using MFC. This control exposes the properties and methods of another (hidden, we may say) activeX control using IDispatch implementations (GetIDsOfNames, and Invoke). I have no problem with these things.

    My problem is that, I need also to expose the events of the hidden activeX control. That is, my custom activeX control can receive events from the hidden control.

    Is there any way we can do this?
Working...