powerpoint problem during slide show

  • Thread starter Thread starter amarjk
  • Start date Start date
A

amarjk

I am making one application in Powerpoint where during the slide show,
I am activating two windows one for the video(live video) and one
for sldie captions.

I want when the user during the show switch to some other applications,
both the windows will get minimized and when the user again
switch back to the slideshow, both the windows will get activated and
come up on the slide show window.

I am using the topmost property=true for the two windows to remin at
tha top during the slide show, but how will i minimize and maximize the
two
windows when the user deactivates the slide show.
let me know if you guys have suggestions
 
I am making one application in Powerpoint where during the slide show,
I am activating two windows one for the video(live video) and one
for sldie captions.

I want when the user during the show switch to some other applications,
both the windows will get minimized and when the user again
switch back to the slideshow, both the windows will get activated and
come up on the slide show window.

I am using the topmost property=true for the two windows to remin at
tha top during the slide show, but how will i minimize and maximize the
two
windows when the user deactivates the slide show.
let me know if you guys have suggestions

PowerPoint itself can't do this. It sounds like you're working in a
programming language or perhaps in VBA within PowerPoint, though. Is that
correct?
 
yes... i am using VB.NET to make the addins in powerpoint..
can u let me know how we woill do that
 
Simran said:
yes... i am using VB.NET to make the addins in powerpoint..
can u let me know how we woill do that

Afraid not. I'm not a VB.NET user. But I imagine you might be able to
periodically iterate through the windows collection and work out which has
focus; if it's one of the ones you're tracking, you'd then minimize it.
 
Back
Top