Change SlideShowWindow position without flashing?

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?
 
B

Brian Reilly, MVP

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top