O
Oliver Rosenkranz
Hi experts,
I designed an HTML application (HTA) which can start Powerpoint files in
full-screen mode (via /s command line; not via powerpoint application
scripting).
While Powerpoint is still loading a presentation (which may take few seconds
or a minute depending on size and complexity of the individual presentation),
this HTA is showing a progress bar.
Now, I am looking for a way to determine if Powerpoint finished loading the
presentation and if the file is shown as a slide show (ie. full-screen).
Is Powerpoint setting a flag when it fully loaded a presentation and/or is
switching to "Slideshow" mode, that can be recognized by another application
(javascript, vbscript) or is there a way to have a PPT macro or add-in which
is communicating this "event" to Windows (ie. registry, file, etc).
Let me say that I don't want to modify those powerpoint presentations, but I
am in full control of the environment in which this must happen.
By now, I am closing this progress bar within the HTA after a few seconds,
no matter how long the loading process takes. This is neither elegant nor
efficient.
I would be glad for any assistance that you can offer to point me to
possible solutions for my problem.
Cheers,
Oliver
I designed an HTML application (HTA) which can start Powerpoint files in
full-screen mode (via /s command line; not via powerpoint application
scripting).
While Powerpoint is still loading a presentation (which may take few seconds
or a minute depending on size and complexity of the individual presentation),
this HTA is showing a progress bar.
Now, I am looking for a way to determine if Powerpoint finished loading the
presentation and if the file is shown as a slide show (ie. full-screen).
Is Powerpoint setting a flag when it fully loaded a presentation and/or is
switching to "Slideshow" mode, that can be recognized by another application
(javascript, vbscript) or is there a way to have a PPT macro or add-in which
is communicating this "event" to Windows (ie. registry, file, etc).
Let me say that I don't want to modify those powerpoint presentations, but I
am in full control of the environment in which this must happen.
By now, I am closing this progress bar within the HTA after a few seconds,
no matter how long the loading process takes. This is neither elegant nor
efficient.
I would be glad for any assistance that you can offer to point me to
possible solutions for my problem.
Cheers,
Oliver