S
Superdave
My environment uses two screens and a windows extended desktop.
My VB program displays a VB form on monitor 1 with buttons so that
an operator can click on which powerpoint slide they want to show
on monitor 2 (projector).
I start the show from my VB program and an initial slide comes up fine
on the external monitor.
The next slide is selected by the user clicking on buttons on my VB
form. I use the following to then tell powerpoint what slide to show
next:
PPT.ActivePresentation.SlideShowWindow.View.GotoSlide(index)
However, when the above is executed the projector screen goes blank
until I click the powerpoint button on the toolbar and then the new
slide appears ???
It's like the task switch to my form when I click on a button stops
the powerpoint until I switch back to the powerpoint task again ?
It's like DOS used to be !
What is happening here and how do I work around it.
In my mind this is *not* automation !
I did read an explaination somewhere long ago about Powerpoint being
weird like this but I can't recall where and can't find it.
Can somebody please shed some light on this for me.
My VB program displays a VB form on monitor 1 with buttons so that
an operator can click on which powerpoint slide they want to show
on monitor 2 (projector).
I start the show from my VB program and an initial slide comes up fine
on the external monitor.
The next slide is selected by the user clicking on buttons on my VB
form. I use the following to then tell powerpoint what slide to show
next:
PPT.ActivePresentation.SlideShowWindow.View.GotoSlide(index)
However, when the above is executed the projector screen goes blank
until I click the powerpoint button on the toolbar and then the new
slide appears ???
It's like the task switch to my form when I click on a button stops
the powerpoint until I switch back to the powerpoint task again ?
It's like DOS used to be !
What is happening here and how do I work around it.
In my mind this is *not* automation !
I did read an explaination somewhere long ago about Powerpoint being
weird like this but I can't recall where and can't find it.
Can somebody please shed some light on this for me.