Re: How to find an COM object in using of pywin32

2010-03-02 Thread Alf P. Steinbach
* Steven Woody: Hi, I want to interactive with an OLE application with pywin32. The problem is I get totally no idea how to find the object in OLEView and how to figure out it's interface. With pywin32's example, I even don't understand that in the below statement, win32com.client.Dispatch(

How to find an COM object in using of pywin32

2010-03-01 Thread Steven Woody
Hi, I want to interactive with an OLE application with pywin32. The problem is I get totally no idea how to find the object in OLEView and how to figure out it's interface. With pywin32's example, I even don't understand that in the below statement, win32com.client.Dispatch('Excel.Application