Click here to Skip to main content
15,888,977 members
Articles / Desktop Programming / Windows Forms

How to close a multi-threaded .NET Windows Forms application and prevent the ObjectDisposedException from getting thrown

Rate me:
Please Sign up or sign in to vote.
3.50/5 (3 votes)
15 Nov 2008LGPL34 min read 67.8K   897   20  
An article on how to properly close a multi-threaded Windows Forms application without having an ObjectDisposedException thrown.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The GNU Lesser General Public License (LGPLv3)


Written By
United States United States
If you would like to simplify your client server programming, check out Tangent API.

Comments and Discussions