[python-win32] COM Event Sinks and Connection Points in Python?

Mark Hammond mhammond at skippinet.com.au
Mon Sep 6 00:13:43 CEST 2004


> I would like to work with a COM object that uses the connection point
> method for event notification.  The example code is Visual Basic,
> but I would prefer to use Python if I can.  Google searching found one
> reference to this not working.
>
> http://marc.free.net.ph/message/19990407.090040.ef4c3be4.html

Look at the "win32com.client.DispatchWithEvents" docstring, or look at, eg,
win32com\test\testMFOfficeEvents

Mark



More information about the Python-win32 mailing list