Answer the question
In order to leave comments, you need to log in
Word interop. Long operation without locking the interface?
I am writing an add-on for Word in c#. By pressing a button in the interface, a long work with the document should take place. How to correctly implement the process in the background so that it does not hang up the interface?
I tried using the standard Backgroundworker, but anyway, since there is a lot of work with the document itself, the entire interface freezes and is not updated until the end of the method.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question