
ActiveX: Accessing events on non default interfaces
Hi,
Anyone know how receive callbacks or events from non default interfaces. We
have
ActiveX controls which are implemented in C++. These controls have a few
interfaces
defined other than the normal iDispatch ones. On these interfaces we have
events
declared. We want to set up sinks for these events in a VB app. The problem
is that
you have to use late binding to get to the other interfaces. This then does
not allow you
to use withevents.
Any Ideas ?