View Single Post
Old 02-17-2007, 09:16 PM   #7 (permalink)
noobie
Forum Expert
 
Join Date: Jul 2005
Location: Istanbul/Turkey
Age: 27
Posts: 425
Default

I want to correct a few things:

callbacks are processed by the same worker thread. however after it is done, it tries to invoke a Completed event in the caller thread which is the problem.


btw, this article might be useful for you since you are writing a GUI appl.

CoDe Magazine - Article: Asynchronous Windows Forms Programming
__________________
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it."
noobie is offline   Reply With Quote