Change SlideShowWindow position without flashing?

  • Thread starter Thread starter Bruce
  • Start date Start date
B

Bruce

I am running a slide show presentation using a call to
SlideShowSettings.Run, after which I am changing the position of the
returned SlideShowWindow using it's Left, Width, Top, and Height properties.
The problem I am having is that the SlideShowWindow is displayed in it's
default position first, causing an ugly flash when the presentation is moved
to it's new position. Is there a way to prevent this?
 
Unfortunatly PPT does not have a command like Excel does to turn
screen updating off. You have to use an API call. I remember copying
the code off Shyam Pillai's web site. I'm sure it is still there. If
you can't find it, post back and I'll look on my hard drive for it and
post it.

Brian Reilly, MVP
 
Back
Top