Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how does the UIThread and worker thread communicates and
handle events

Answers were Sorted based on User's Feedback



how does the UIThread and worker thread communicates and handle events..

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

how does the UIThread and worker thread communicates and handle events..

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

Post New Answer

More MFC Interview Questions

How can update edit control data of an executing application from other application?

3 Answers   HP,


1)How to load an icon on a button as Dynamically ?

1 Answers   HCL,


What is the difference between hinsrtance and hprevinstance in WinMain function?

3 Answers  


How to update windows title bar dynamically?

7 Answers   HCL,


Tell me the work of HTREDUCE and HTZOOM

1 Answers   E Logic,


What MFC base classes provide support for ActiveX controls?

2 Answers   Wipro,


what if we provide two message handler for same message ?

1 Answers  


What are the differences between MFC Exception macros and C++ exception keywords?

2 Answers  


What is the base class for MFC

3 Answers   HCL,


1)how to Display the File Dialog Box, in MFC ?

1 Answers  


What is userdefine Messages in MFC?

1 Answers   HCL,


What is the use of UpdateData funciton ?

7 Answers  


Categories