how does the UIThread and worker thread communicates and
handle events
Answers were Sorted based on User's Feedback
Answer / vikram
UI thread and Worker thread can communicate with each other using SendMessage() or PostMessage().SendMessage() returns when the message is used by the Thread. PostMessage Returns immediately. These two method require Window handle of the UI Thread.
One can also use PostThreadMessage(thread id, message).here UI thread id is required.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vishnu
Worker threads are used to process in back and can not
modify any user interface directly.
Ex: Used to calculate some complicated calculations.
UI threads can change user interface directly
Ex: Used to change UI display images in windows MFC
application
| Is This Answer Correct ? | 1 Yes | 3 No |
What is the difference between Struts and JSF? Pls list some most suitable differences.
What is LoadLibrary function returns?
How we can findout Memoryleaks, In what way it can be avoided
Why not virtual functions to handle messages?
1)does Frame Thickness in MFC?
how to give colour for dialog button or static buuto?any one explain full code ?pls pls
visual Pogramming c++ coding for create a paint application.. (Please someone help me)
Hi All, i am new for VC++ SDK. i want to get the IP Address of all the External device connected with my local machine.please give the code Regards, Praveer
What view class enables you to use an edit control as a view?
What is the base class for MFC Framework ?
plzz tell me what we can do and dont in tally ERP & sap business one?
What is CArchive class dowes?