Re: Sending an event from a python COM server to a VB COM client

2005-11-16 Thread Josef Meile
Hi Gary, > I am trying to send an event from a Python COM server to a VB (or VB.NET) > COM client. > I am a newbie both in VB and in python. > Can anyone give me a simple (but complete) code example both of the Python > server side and the VB client side for raising a single event. Do you mean i

Re: Sending an event from a python COM server to a VB COM client

2005-11-16 Thread Gary Kshepitzki
Thank you Steve. I have already went over that book, I didn't find there an example of sending events from a python server to a VB client (just direct function calls from the VB client to the Python server, which is trivial). And in any case, since I am a newbie both in VB and in Python, I am re

Re: Sending an event from a python COM server to a VB COM client

2005-11-15 Thread Stephen Prinster
Gary Kshepitzki wrote: > Hello > I am trying to send an event from a Python COM server to a VB (or VB.NET) > COM client. > I am a newbie both in VB and in python. > Can anyone give me a simple (but complete) code example both of the Python > server side and the VB client side for raising a single

Sending an event from a python COM server to a VB COM client

2005-11-15 Thread Gary Kshepitzki
Hello I am trying to send an event from a Python COM server to a VB (or VB.NET) COM client. I am a newbie both in VB and in python. Can anyone give me a simple (but complete) code example both of the Python server side and the VB client side for raising a single event. Any answer would be highly