tags:

views:

39

answers:

0

Hi,

I am using Stephen Toub preview framework (http://msdn.microsoft.com/en-us/magazine/cc163487.aspx) to generate file preview in my win form application.

If i run more than one instance i noticed that for word documents the application wait till the last word document completed the preview and only then starting to display the second document.

Is there a way to use the preview on several word documents at the same time without waiting for the previous document preview ?

I noticed that if i am running my application and starting to display heavy word document and at the same time trying to view word document from outlook 2007 it is working and i do not need to wait.