If application hangs while SendMessage is waiting for the
result, how you handle it?
Answers were Sorted based on User's Feedback
Answer / nambirajan
Instead of SendMessage API i will use the SendMessageTimeout
API to solve the system hang
Is This Answer Correct ? | 6 Yes | 3 No |
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 is message loop how mfc does it internally?
In VC++ How to transfer between one exe to another exe while running..
I have 2 threads. One thread prints odd numbers and the second thread prints even numbers. Now, I have to execute the threads alternatively so that i can output 1,2,3,4,5,6,..... write code for this?
1) How do you Destroy a Dialog Box ?
How can i implement the dynamic menus in MFC plz give the code
How many types of dialog box are their
What is the use of CObject::Dump function ?
Difference between Cclint DC & Cpaint Dc
How to setup a timer?
How can server communicate with more than one client
How to access document object from view ?