Hi,
Is it possible to catch COM events in VB 6.0 if I know only the
interface
through which the events are sent? The actual type of the object that
implements the event interface and sends the events is not specified
until
the user gives its guid. So I would need an object of type interface in
order to catch the events, but that is not allowed in VB (is it?)
Is there a way to solve this? I do also have access to the Visual C++
6.0
code that implements the COM server side (in case I will need to change
that
code but I hope not).
Thank you,
Jack
Archived from group: microsoft>public>vb>ole