Click here to Skip to main content
15,886,806 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How I can make my MFC dialoge application workable online? Pin
Maximilien30-Mar-10 9:55
Maximilien30-Mar-10 9:55 
GeneralRe: How I can make my MFC dialoge application workable online? Pin
moh.hijjawi30-Mar-10 11:27
moh.hijjawi30-Mar-10 11:27 
QuestionRightclick and vkmenu in an editbox Pin
Rozis30-Mar-10 7:26
Rozis30-Mar-10 7:26 
AnswerRe: Rightclick and vkmenu in an editbox Pin
Code-o-mat31-Mar-10 0:07
Code-o-mat31-Mar-10 0:07 
GeneralRe: Rightclick and vkmenu in an editbox Pin
Rozis31-Mar-10 1:39
Rozis31-Mar-10 1:39 
QuestionMessage Removed Pin
30-Mar-10 5:44
Vaclav_30-Mar-10 5:44 
AnswerRe: SendMessage - return value - please translate MS to English for me. Pin
David Crow30-Mar-10 5:52
David Crow30-Mar-10 5:52 
AnswerRe: SendMessage - return value - please translate MS to English for me. Pin
Randor 30-Mar-10 5:58
professional Randor 30-Mar-10 5:58 
Vaclav_Sal wrote:
Could someone kindly explain this MS language to me in plain English?

“Return Value
The result of the message processing; its value depends on the message sent.”


Hi Vaclav,

The SendMessage Function[^] can be used for inter-process/thread communication. What the MSDN article is saying is that the LRESULT value returned from each window message is interpreted differently. For example:

WM_SETCURSOR Message[^] will return TRUE or FALSE.

WM_GETFONT Message[^] will return HANDLE or NULL.

And it is the same for all other messages... You cannot understand what the the LRESULT value means unless you also know what message was sent. (This is essentially what the sentence means)

Best Wishes,
-David Delaune
AnswerRe: SendMessage - return value - please translate MS to English for me. Pin
CPallini30-Mar-10 7:10
mveCPallini30-Mar-10 7:10 
AnswerMessage Removed Pin
30-Mar-10 7:47
Vaclav_30-Mar-10 7:47 
GeneralRe: SendMessage - return value - please translate MS to English for me. [modified] SOLVED Pin
Richard MacCutchan30-Mar-10 9:27
mveRichard MacCutchan30-Mar-10 9:27 
GeneralRe: SendMessage - return value - please translate MS to English for me. [modified] SOLVED Pin
CPallini30-Mar-10 9:59
mveCPallini30-Mar-10 9:59 
GeneralRe: SendMessage - return value - please translate MS to English for me. [modified] SOLVED Pin
Richard MacCutchan31-Mar-10 0:12
mveRichard MacCutchan31-Mar-10 0:12 
GeneralRe: SendMessage - return value - please translate MS to English for me. [modified] SOLVED Pin
CPallini31-Mar-10 0:18
mveCPallini31-Mar-10 0:18 
GeneralRe: SendMessage - return value - please translate MS to English for me. [modified] SOLVED Pin
Richard MacCutchan31-Mar-10 0:23
mveRichard MacCutchan31-Mar-10 0:23 
JokeRe: SendMessage - return value - please translate MS to English for me. [modified] SOLVED Pin
CPallini31-Mar-10 0:36
mveCPallini31-Mar-10 0:36 
GeneralRe: SendMessage - return value - please translate MS to English for me. [modified] SOLVED Pin
Tim Craig31-Mar-10 8:55
Tim Craig31-Mar-10 8:55 
GeneralRe: SendMessage - return value - please translate MS to English for me. [modified] SOLVED Pin
CPallini31-Mar-10 11:45
mveCPallini31-Mar-10 11:45 
GeneralRe: SendMessage - return value - please translate MS to English for me. [modified] SOLVED Pin
Tim Craig31-Mar-10 12:32
Tim Craig31-Mar-10 12:32 
GeneralRe: SendMessage - return value - please translate MS to English for me. [modified] SOLVED Pin
CPallini31-Mar-10 20:32
mveCPallini31-Mar-10 20:32 
GeneralRe: SendMessage - return value - please translate MS to English for me. [modified] SOLVED Pin
Tim Craig31-Mar-10 22:24
Tim Craig31-Mar-10 22:24 
GeneralRe: SendMessage - return value - please translate MS to English for me. [modified] SOLVED Pin
CPallini31-Mar-10 22:40
mveCPallini31-Mar-10 22:40 
GeneralRe: SendMessage - return value - please translate MS to English for me. [modified] SOLVED Pin
Tim Craig1-Apr-10 9:31
Tim Craig1-Apr-10 9:31 
GeneralRe: SendMessage - return value - please translate MS to English for me. [modified] SOLVED Pin
CPallini1-Apr-10 9:42
mveCPallini1-Apr-10 9:42 
QuestionMonitoring//logging memory and cpu usage Pin
Alan Kurlansky30-Mar-10 4:21
Alan Kurlansky30-Mar-10 4:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.