Re: [python-win32] DispatchWithEvents call

2004-12-14 Thread Neil Benn
Neil Benn wrote: Hello, I'm trying to use win32com to access a COM object with Events. After some searching I discovered the call to win32com.client.DispatchWithEvent can be used - passing a class with the method signatures for each event for thrown by the ActiveX component.

[python-win32] DispatchWithEvents call

2004-12-14 Thread Neil Benn
Hello, I'm trying to use win32com to access a COM object with Events. After some searching I discovered the call to win32com.client.DispatchWithEvent can be used - passing a class with the method signatures for each event for thrown by the ActiveX component. However I'm