[python-win32] COM server with events
Gary Kshepitzki
kshepitzki at yahoo.com
Thu Nov 10 23:35:04 CET 2005
Hi
I am trying to implement a COM server in python that supports events.
I went over the available documentation, I looked in the example in win32com/demos/connect.py (which mixes client and server too much) and still I find it hard to understand what I need to do.
I am looking for a complete, straight forward example (templatish if you will) that shows how to implement a full COM server with an event interface and an event.
In particular I don't understand how to define an EventInterface in my server that can be retrived by FindConnectionPoint()
and getting mixed up on what needs to be implemented for supporting the ConnectionPointContainer and ConnectionPoint interfaces.
Anyone can point me to something?
Regards
G.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-win32/attachments/20051110/5688512a/attachment.htm
More information about the Python-win32
mailing list