|
-
Jun 17th, 2010, 01:06 PM
#14
Re: PLZ HELP ME WITH Multithreading
As stated by jmcilhinney in his reply you normally not update the UI in the secondary thread but if you must you need to use Threading.SynchronizationContext in tangent with Threading.SendOrPostCallback which gets ugly fast. The attached demo uses two threads where the secondary thread updates the first thread, the UI.
The project is VS2008
Last edited by kareninstructor; Jul 9th, 2011 at 10:09 PM.
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
|