On 29/01/2013 9:48 AM, Johannes Frank wrote:
Hello,
I am currently working with win32com to access ProgeCAD (an AutoCAD
Clone) Excel and PDFCreator.
Using
comobj = win32com.client.Dispatch('xxx')
gives me an object through which I can access the COM interface and
thus the underlying program.
Hello,
I am currently working with win32com to access ProgeCAD (an AutoCAD Clone)
Excel and PDFCreator.
Using
comobj = win32com.client.Dispatch('xxx')
gives me an object through which I can access the COM interface and thus
the underlying program.
Within my program I have to pass this object ar