Posts Tagged ‘programming’
This is the simplest way to execute work in a separate thread and have it report back to the UI thread When you’re creating a Windows Form Application using Visual C# 2008, there are some tricky threading issues that need to be dealt with in order to keep your application running smoothly. Specifically, you have [...]
