Why GUI updation is not preferred in Worker Thread
-
I heard that GUI updation is not preferred in Worker Thread. Does any one tell me the reason with the help of a msdn article. :((
Ajayraj
Have a look at this article[^] at the section called "Worker threads and the GUI II: Don't touch the GUI".
Cédric Moonen Software developer
Charting control [v3.0] OpenGL game tutorial in C++ -
I heard that GUI updation is not preferred in Worker Thread. Does any one tell me the reason with the help of a msdn article. :((
Ajayraj
It would be not possible to manage any alarm events or even the mouse click events - without the updating of a complex drawn picture (for example, with motions, blinking, transformations, Direct2D interludes...) - by a worker thread... But it is possible (with a worker thread) :)
virtual void BeHappy() = 0;