Hi,<br>
I'm using pythoncom and win32com to automate Powerpoint via COM.<br>
<br>
It works like charm until I try to open a password protected file. My
program is supposed to run as a service in the background and will stop
if a password dialog appear.<br>
<br>
How can I prevent the password dialog from showing? <br>
<br>
For VB, MSDN writes:<br>
&quot;To avoid the dialog box, provide a value for the <i>Password</i> argument when calling the <b>Open</b> method.&quot;<br>
<br>
This sounds nice but how do I provide a password to the
application.Presentations.Open method in python? The method I'm using
only got four parameters like this: open(filename, readonly, &lt;some
boolean&gt;, &lt;some boolean&gt;)<br>
<br>
Is there an other way to call this method so that I can provide custom parameters such as password?<br>
<br>
BR,<br>
Peter Gunnarsson<br>
<br>
<br>