DotNetShoutout - Stories tagged with BackgroundWorker
3
Shouts

Vb.Net BackgroundWorker To Invoke ListBox

published 832 days, 22 hours, 45 minutes ago posted by pons_saravananpons_saravanan 833 days, 3 hours, 14 minutes ago
Wednesday, February 09, 2011 1:28:37 PM GMT Wednesday, February 09, 2011 8:59:28 AM GMT
VB.Net Tutorial - BackgroundWorker and Invoke Those who have worked extensively on threading will feel that this article is simple. But for who are quite new to threading and learning the Asynchronous operations, this article can be useful to figure out how to introduce the Asynchronous to the exis... (more)
category: Smart Client | clicked: 24 | comment | | source: www.vbnettutorial.net
tags: Windows Forms, VB.NET, BackgroundWorker
2
Shouts

Easy UI threading with Background Worker

published 962 days, 15 hours, 47 minutes ago posted by mikeukmikeuk 963 days, 23 hours, 25 minutes ago
Saturday, October 02, 2010 8:26:24 PM GMT Friday, October 01, 2010 12:49:06 PM GMT
Given the single threaded design of the Silverlight/WPF UI and the abhorrence of DoEvents you have little choice but to conclude that two threads are mandatory in any Silverlight/WPF application. The problem is how best to work with them. The BackgroundWorker class can be used to implement a completely general application architecture - find out how. (more)
category: Metro | clicked: 0 | comment | | source: www.i-programmer.info
tags: BackgroundWorker, UI