Controlling PowerPoint Slideshow
- by Jayesh
Hi,
I have a scenario:
There is a Slideshow running in PowerPoint. I want to control the movement [Next and Previous] of the slides. Of course it is possible with the [ and < button on the keyboard], but is there any way in which I can have a custom application listening to the Next and Previous controls?
As in, my custom application has nothing but 2 buttons, next and previous, when I click either, the button's event handler should pass the control to the Power Point Application running the slideshow. And thus, the powerpoint will move the slideshow back or forward?
Somewhat similar to the way remote, wireless Power Point Presenters work on the s/w end.
Thank You.