Skip to content Skip to sidebar Skip to footer
Showing posts with the label Com

Retrieve Output Parameters From An Autocad Api Method In Python

I'm trying to retrieve 2 output Arrays from an XRecord in AutoCAD 2016 using python 2.7, with c… Read more Retrieve Output Parameters From An Autocad Api Method In Python

How Do I Construct Typed Constants For The Onenote Com Api In Python?

I want to use the UpdatePageContent COM method documentation via the python win32com module. Things… Read more How Do I Construct Typed Constants For The Onenote Com Api In Python?

Pyvot: Can I Run Excel Vba Macros From Python Script?

Say I have loaded Report WW26blueprint_with_chart_330.xlsm in the report object with the following… Read more Pyvot: Can I Run Excel Vba Macros From Python Script?

Python 64 Bit Dll Com Server Registration Problem On 64 Bit Windows 7

I am trying to create a simple COM server using Python 2.7 on 64 bit Windows 7, but I can't get… Read more Python 64 Bit Dll Com Server Registration Problem On 64 Bit Windows 7

Only Partial Access To A Com Type Library Through Python

I am attempting to write some scripts to employ a COM type library that came with an application to… Read more Only Partial Access To A Com Type Library Through Python

How To Hide Com Object Dispatched From Python

I'm using COM in Python and I want the object to run in background - hidden. With Excel I do: I… Read more How To Hide Com Object Dispatched From Python