T
Tim
Is there a way to determine if a PowerPoint Presentation or SlideShow is
password protected (in terms of opening and editing where opening is my
principle concern) via Automation of PowerPoint 2003 (I'm using C++ incase
you are interested)?
It appears from what I have read about previous versions of other office
products (noteably word and excel) this is achieved by passing a nonsense
password into the Open method and catching the return/exception. However,
PowerPoint 2003 does not seem to offer this interface on its Open method (the
ability to supply a password)?
My major concern is that as this is hidden automation the password prompt
dialog will display and I will have to automate the entering of nonsense into
the password dialog but I wanted to check for ideas/advice before embarking
down this route.
Thanks in advance for any help on this!
Tim.
password protected (in terms of opening and editing where opening is my
principle concern) via Automation of PowerPoint 2003 (I'm using C++ incase
you are interested)?
It appears from what I have read about previous versions of other office
products (noteably word and excel) this is achieved by passing a nonsense
password into the Open method and catching the return/exception. However,
PowerPoint 2003 does not seem to offer this interface on its Open method (the
ability to supply a password)?
My major concern is that as this is hidden automation the password prompt
dialog will display and I will have to automate the entering of nonsense into
the password dialog but I wanted to check for ideas/advice before embarking
down this route.
Thanks in advance for any help on this!
Tim.