RE: win32com Dispatch

2002-11-12 Thread Kerry Oliphant
-Original Message- From: [EMAIL PROTECTED] [mailto:activepython-admin@;listserv.ActiveState.com]On Behalf Of Paul Casteels Sent: Tuesday, November 05, 2002 12:52 AM To: [EMAIL PROTECTED] Subject: win32com Dispatch When I use win32com.client.Dispatch I get a CDispatch object with an oleobj

RE: win32com Dispatch

2002-11-11 Thread Chris Ingram
27;d want to do "win32com.client.Dispatch(newObj)" before you can start calling methods on newObj. I hope this helps. -- Chris Ingram, Synchrologic, Inc. -Original Message- From: Paul Casteels [mailto:Paul.Casteels@;ua.ac.be] Sent: Tuesday, November 05, 2002 2:52 AM To: [EMAIL PROTECTED] S

win32com Dispatch

2002-11-04 Thread Paul Casteels
When I use win32com.client.Dispatch I get a CDispatch object with an oleobj inside and I have direct access to all methods/attributes. How can I obtain the same result when I get the IDispatch pointer from an external application (as an argument from another COM method). The type of this pointe