<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1255">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi<BR>I am trying to implement a COM server in
python that supports events.<BR>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.<BR>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.</FONT></DIV>
<DIV><FONT face=Arial size=2><BR>In particular I don't understand how to define
an EventInterface in my server that can be retrived by
FindConnectionPoint()</FONT></DIV>
<DIV><FONT face=Arial size=2>and getting mixed up on what needs to be
implemented for supporting the ConnectionPointContainer and ConnectionPoint
interfaces.</DIV>
<DIV> </DIV>
<DIV>Anyone can point me to something?<BR>Regards<BR>G.</DIV>
<DIV></FONT> </DIV></BODY></HTML>