The text of this article is not in this database — only its details are. Read it on the old site: Developing a multi-threaded application using VB.NET
3 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.

subuPosted Feb 17, 2012, 9:40 AM
Its about the code IN VISUAL studio 2010 for a tray application. i want clicking on it should open the cd drive and application should wait for me to again click and then cd drive should close.
Lakul JotaniyaPosted Mar 26, 2008, 2:42 AM
i want to rec data onto the socket which will be pass to new thread, i m new to socket programming
srinivas reddyPosted Mar 20, 2008, 2:23 PM
i'm using thread.abort() to terminate thread in my application in a button click event .I'm using threading.threadabortexception in catch block to catch the error. but still i'm getting the error as "ObjectDisposedException was unhandled " .