Jump to content

OLE automation: Difference between revisions

m (whitespace)
Line 89:
clsid = "{55C2F76F-5136-4614-A397-12214CC011E5}"
iid = pythoncom.MakeIID(clsid)
appid = "python.clientserver"
 
class VeryPermissive:
Line 134:
client
<lang Python>import win32com.client
client = win32com.client.Dispatch("python.clientserver")
client.write("hello world")</lang>
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.