Welcome to WindowsClient.net | My Blog | Sign in | Join

Articles

Sponsors





  • advertise here

Browse by Tags

All Tags » Threading (RSS)
Sorry, but there are no more tags available to filter with.
A Multi-Threaded WPF TreeView Explorer
In this article, Kavan Shaban shows how to develop a tree control that loads sub-nodes using background threads, with instant feedback to the user as nodes are inserted. The UI never locks up waiting for long running I/O operation.
Posted: Mar 26 2008, 05:54 AM by jaytayl | with no comments
Filed under:
Delayed event handling for WinForms applications
Use delayed event handling to improve responsiveness of your WinForms user interfaces.
Posted: Jun 08 2005, 12:00 AM by admin | with no comments
Filed under:
.NET Threading Part I
The first in a two part series, introducing how to create and manipulate threads with the .NET framework, including creating a thread, thread pools, syncronization, race conditions and timers.
Posted: Jan 09 2005, 12:00 AM by admin | with no comments
Filed under:
WinForms UI Thread Invokes: An In-Depth Review of Invoke / BeginInvoke / InvokeRequred
Marshalling the execution of your code onto the UI thread in the Windows Forms environment is critical to prevent cross-thread usage of UI code. This article covers when you need to invoke methods across threads and how to do it correctly.
Posted: May 24 2004, 12:00 AM by admin | with 1 comment(s)
Filed under:
“EasyThread” – Quick and Easy Application Threading
EasyThread is a .NET add-in (currently for C# and VS.NET 2003) and a set of threading guidelines that makes the process of using multiple threads in your application much easier.
Posted: May 09 2004, 11:00 PM by admin | with no comments
Filed under: