MFC Question:
Download Questions PDF

If application hangs while SendMessage is waiting for the result, how you handle it?

Answer:

Instead of SendMessage API i will use the SendMessageTimeout
API to solve the system hang or You can use PostMessage API instead.

Download MFC Interview Questions And Answers PDF

Previous QuestionNext Question
How you find memory leaks?How can update edit control data of an executing application from other application?