If you’re unfamiliar with multithreading, be sure to check out my previous entries on the topic. In WPF, creating a thread is as easy as it is with C#. You can find an example on that here. Alternatively, you could use the BackgroundWorker, which basically will create a thread and will give you a generalized, … Continue reading »