Re: IDisatch and pythoncom

2005-09-10 Thread Do Re Mi chel La Si Do
Hi ! Perhaps : .Dispactch vs .Dispatch ? @-salutations Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

IDisatch and pythoncom

2005-09-10 Thread Manu
Hi, I have a COM component server that just exposes the IDispatch interface but when you use it in a VB app you can access other method. I think the way to access the other methods( as does it VBA for ex) is to use Invoke but don't know how to do it in python. Say for ex i want to convert this