Posted by: scipbe | March 11, 2008

WPF ProcessingControl and BackgroundWorker

Last week I was trying some techniques to create responsive user interfaces with WPF. Creating a BackgroundWorker object is an obvious choice because it makes threading really easy to use. I was also looking for a solution to provide visual feedback for the user while updating some user controls. On the CodeProject website I found a nice ProcessingControl from Yaakov Davis.

So finally I published a small article which demonstrates the combination of both techniques.


Leave a response

Your response:

Categories