Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Threading   (RSS)

Update WinForm interface from a different thread

Well, this is a typical issue when you have a thread that works (i.e. a Workflow) and a UI that needs to be updated. Let assume that you have a WinFom and you need to update its windows Title from another thread. The other thread needs to call "UpdateTitle"
Posted by NicolD | 0 Comments
Filed under: , ,

Avoid threads deadlock

On this month's issue of MSDN Magazine, Stephen Toub describe the class DdMonitor. DdMonitor implements almost all interfaces exposed by .NET System.Threading.Monitor class but includes deadlock detection capabilities too. With the objective to make available
Posted by NicolD | 0 Comments
Filed under: , ,
 
Page view tracker