R
Robert Crago
Hi there [repost from ms.public.powerpoint]
Would anyone care to share the secrets of sending mouse
clicks to the PowerPoint slideshow window via automation
to cause slide changes, button clicks etc?
I've tried SendMessaging a WM_LBUTTONDOWN message to the
slideshow window and SPY++ tells me the messages are
being received by that window, but nothing is happening.
My questions are:
1) Which of PowerPoints windows do I have click in
2) Do I need both WM_LBUTTONDOWN and WM_LBUTTONUP (or
some other combination possibly with a delay)
I already use oPres.SlideShowWindows(1).View.Next and
friends to advance slides etc, but this will only
activate objects in the pre-planned side show animation
sequence.
What if your slide contained a movie that was setup to
only be played when explicitly clicked with the mouse.
(and there are other examples as well). This is why I
want to send a sumulated click to the slideshow window.
Thank you for your help...
Robert
Would anyone care to share the secrets of sending mouse
clicks to the PowerPoint slideshow window via automation
to cause slide changes, button clicks etc?
I've tried SendMessaging a WM_LBUTTONDOWN message to the
slideshow window and SPY++ tells me the messages are
being received by that window, but nothing is happening.
My questions are:
1) Which of PowerPoints windows do I have click in
2) Do I need both WM_LBUTTONDOWN and WM_LBUTTONUP (or
some other combination possibly with a delay)
I already use oPres.SlideShowWindows(1).View.Next and
friends to advance slides etc, but this will only
activate objects in the pre-planned side show animation
sequence.
What if your slide contained a movie that was setup to
only be played when explicitly clicked with the mouse.
(and there are other examples as well). This is why I
want to send a sumulated click to the slideshow window.
Thank you for your help...
Robert