[python-win32] How to use event class ?

Roger Upole rwupole at msn.com
Wed Jun 11 01:07:43 CEST 2008


First, you create a class that implements the event methods as
detailed in the comments.
Then you use win32com.client.DispatchWithEvents to create
the object and hook the events to your class.

   hth
        Roger



More information about the python-win32 mailing list