Click here to Skip to main content
15,891,033 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How I can make my MFC dialoge application workable online? Pin
LunaticFringe30-Mar-10 9:44
LunaticFringe30-Mar-10 9:44 
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 
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.”


What part do you not understand? If you sent WM_GETTEXT to a window, you will get the text that corresponds to that window returned to you. If you sent LB_GETCOUNT to a listbox control, you will get the number of items in the listbox control returned to you. If you sent WM_SETFONT to an edit control, you will get nothing back as that message does not return anything.

"One man's wage rise is another man's price increase." - Harold Wilson

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

"Man who follows car will be exhausted." - Confucius


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 
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 

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.