Updating UI Control using Threads

Suppose you have implemented a multi-threaded windows application, where there are dedicated threads to do certain dedicated task. Periodically during the execution of the application you want to know the status of some operation through a UI control on a form. The application which may immediately come to your mind which require this functionality might [...]