Hi,
I am aggressively trying to try and use python for my team's sub commercial
project. However we are using a com component and i have the
example given in C#. It looks very simple to use and elegent in C# but i need
to do the same in python (minus the GUI of course)
The C# example is : http://www.internetnow.com.my/download/marcus/Csharp.txt
I have generated from makepy the file :
http://www.internetnow.com.my/download/marcus/from_genpy.txt
How do i even begin to use the same "event" notification in Pytonwin? I have
resorted to ask this shameless question given that
my COM knowledge is kinda rusty and i could only go as far as :
SmtpMail = win32com.client.Dispatch("WeOnlyDo.wodSmtpServerCom.1")
SmtpMail.Start()
win32gui.PumpMessages()
Kindly advise dear Gurus.
Marcus.
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32