>I'm still unsure how I would associate my own event handling methods with
>an Internet Explorer instance that someone else has created.
Aha, I think I've run into a similar problem. I'm trying to retrieve events
from a COM object that was created on my behalf by another object. The IDL
looks like this:
HRESULT CreateMeter(
[in] eChannel chnlVal,
[in] eMeterType msVal,
[in] eGroup grpVal,
[in, out] IAPMeter** pVal);
where I'm assuming win32com mapped the out argument of IAPMeter to the
return of the CreateMeter call. I am able to manipulate the return value
fine, but I don't see the event stream that I believe I should be.
--bob
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython