Prevent PowerPoint from pausing when focus is lost
Posted
by great_llama
on Stack Overflow
See other posts from Stack Overflow
or by great_llama
Published on 2009-09-03T20:23:39Z
Indexed on
2010/04/18
12:03 UTC
Read the original article
Hit count: 365
I've written an app that allows me to start multiple PowerPoint presentations, each on its own monitor (this particular config has 4 monitors). The problem I have now is that only the presentation that has focus has any animation. The other 3 pause until they receive focus via mouse click.
Is there any way to keep this pause behavior from happening? (trick PowerPoint into thinking that all 4 retain focus, or anything else to accomplish 4 simultaneously animated presentations...)
© Stack Overflow or respective owner