Re: [python-win32] win32com: Connecting event class after object creation

2009-11-04 Thread Mark Hammond
On 3/11/2009 9:03 PM, Celvin wrote: Hi, I'm currently using win32com to access COM objects created via .NET's COM interop, which is working surprisingly well. Currently, I stumpled upon a minor problem, though: I would like to connect a class implementing several event handlers to an COM objec

[python-win32] win32com: Connecting event class after object creation

2009-11-03 Thread Celvin
Hi, I'm currently using win32com to access COM objects created via .NET's COM interop, which is working surprisingly well. Currently, I stumpled upon a minor problem, though: I would like to connect a class implementing several event handlers to an COM object returned by a method call of another