MultiThreading and PowerPoint

S

S.Creek

Hi all,

My task is to insert large number of images to many slides on a power
point presentation.
in order to accelerate the process (running as a C# add in)
i thought of using multithreading at the background, the threads will
be called from the main thread and will add the images
the problem is , i am getting an error "The message filter indicated
that the application is busy"
i understand why and read the MSDN article that talks about Threading
Support in Office

i was wondering if any of you know another way to implement few
parallel workers with MS Office app. this in order to accelerate the
synchronous calls that are necessary when implementing a task like that
(for each slide....)

thank you

S.Creek
 

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