Reply to comment

Another approach

Hello!

Here is an article - Show progress on long-running operations - is an article describing another approach to keep the UI responsive, starting long-running operations (like downloading) in separate thread. The approach from above mentioned article is logically similar to the current way, but without BackgroundWorker.

Reply