Python / COM / Word

Thomas Heller theller at python.net
Thu Mar 25 06:15:00 EST 2004


tim.golden at viacom-outdoor.co.uk (Tim Golden) writes:

> peter.schwalm at epost.de (Peter Schwalm) wrote in message news:<5cf809e9.0403241936.5fe98316 at posting.google.com>...
>> ....
>> > >>> w1 = win32com.client.DispatchEx ("Word.Application")
>> ....
>> 
>> "DispatchEx" is a solution I have long searched for. Thank you very
>> much!
>> 
>> And a question: where do you have the info about DispatchEx from? Does
>> there exist a documention for win32com? And if yes: where?
>
> Ah. I don't remember where I found out about it; either on this list
> or on the python-win32 mailing list, I expect. Such documentation as
> there is for win32com is:
>
> 1) The documentation that comes with the pywin32 extensions (in
> various forms)
> 2) In Mark Hammond & Andy Robinson's Python Programming on Win32 (or
> something like that)
> 3) On the python & python-win32 lists
> 4) On various people's websites

Reading the source is, of course, another possibility.

Thomas





More information about the Python-list mailing list