Python / COM / Word

Tim Golden tim.golden at viacom-outdoor.co.uk
Thu Mar 25 03:45:51 EST 2004


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

But you probably knew that...

Tim



More information about the Python-list mailing list