J
Jerry
I've got an ActiveX control which works within PowerPoint. Associated with
that is a VBA addin which knows about my activex control. When my addin is
active, and the presentation reaches a slide containing one of my activex
controls, the addin creates a small control dialog which allows the user
access to the functionality of the control. All this works fine.
The problem is that if the presentation is using timing to advance slides,
as soon as it hits a slide containing my control (and the addin creates the
little control dialog) the presentation gets stuck on that slide and won't
auto-advance. I've found that by simply clicking the slide, timing
continues normally. I'm guessing that the creation of the little dialog is
shifting the focus away from the presentation, pausing the timing, and that
clicking the slides restores the focus and restarts the timing.
Is there any way to programmatically shift the focus back to the slide after
my dialog has been created, so that timed advance proceeds normally on those
slides? I'm tapped into the SlideShowNextSlide event. I've tried using
..Activate with no success.
Any help or insight would be greatly appreciated ..
Jerry
that is a VBA addin which knows about my activex control. When my addin is
active, and the presentation reaches a slide containing one of my activex
controls, the addin creates a small control dialog which allows the user
access to the functionality of the control. All this works fine.
The problem is that if the presentation is using timing to advance slides,
as soon as it hits a slide containing my control (and the addin creates the
little control dialog) the presentation gets stuck on that slide and won't
auto-advance. I've found that by simply clicking the slide, timing
continues normally. I'm guessing that the creation of the little dialog is
shifting the focus away from the presentation, pausing the timing, and that
clicking the slides restores the focus and restarts the timing.
Is there any way to programmatically shift the focus back to the slide after
my dialog has been created, so that timed advance proceeds normally on those
slides? I'm tapped into the SlideShowNextSlide event. I've tried using
..Activate with no success.
Any help or insight would be greatly appreciated ..
Jerry