[.net/office dev] PowerPoint Slideshow very slow

A

Acalon

Hello all,

When I automate slideshow, shapes from slides, and animation in slide
all are very slow, taking several second to past or execute simpl
code. When i stop slideshow, shapes and slides move and are edite
fast.

(see code for more details)

I didn't see anything about this problem in MSDN and forums. I didn'
see support articles for this. Any idea?



Code
-------------------

// taking 1500 ms...
foreach(PowerPoint.Shape s in this.pSlide.Shapes)
{
this.shapesInSlideConfig.Add(s.Name);
}

...
// 300ms..
this.slide.Shapes[Myid]Width = ...
 
J

Jean-Sébastien Coudray

Hello,

No idea for my problem ?

Any suggestion are welcomed !

-- Acalon
 

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