[python-win32] COM -- Dispatch() parameter

Ferdinand Sousa ferdinandsousa at gmail.com
Tue Oct 21 10:41:24 CEST 2008


Greetings to everyone on the mailing list,

To automate Word using COM, we use the Dispatch function:
Dispatch("Word.Application")

What parameter must be passed to Dispatch to launch Adobe Acrobat 7.0
Professional?
Is it the VersionIndependentProgID registry key? Even so, there are so many
things in the registry that go like "Acrobat ...", "AcroIE.Helper",
"PDFMaker. ..." it is a nightmare to find out what is the correct item you
need.

My second question is, What parameter must be passed to Dispatch() to start
any general application that supports COM automation?

Many thanks and regards,
Ferdi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20081021/07ed1396/attachment.htm>


More information about the python-win32 mailing list