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

Register A 32-bit Com Class For Use In 64-bit Python Without Administrator Rights

I'm making a Python script that uses SAP's GUI scripting API through win32com. The first us… Read more Register A 32-bit Com Class For Use In 64-bit Python Without Administrator Rights

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

Com "get Property" With Multiple Arguments

I'm trying to call WindowsInstaller.Installer.ProductsEx from python, and can't figure out … Read more Com "get Property" With Multiple Arguments