|
-
June 18th, 2013, 06:50 AM
#6
Re: Exiting application during while loop operation
Thank you - I am taking a look at the Worker Thread technique. It certainly looks like it will solve the problem.
 Originally Posted by VictorN
You should implement a worker thread and move your lengthy calculations/reading into the thread. then your UI would response to any user actions (like press OK/Cancel buttons and so on.)
Have a look at this essay: Using Worker Threads
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|