Click here to Skip to main content
15,902,732 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Message Box Pin
ryuki17-Jun-05 6:58
ryuki17-Jun-05 6:58 
GeneralRe: Message Box Pin
Ravi Bhavnani17-Jun-05 7:27
professionalRavi Bhavnani17-Jun-05 7:27 
GeneralRe: Message Box Pin
James R. Twine17-Jun-05 7:33
James R. Twine17-Jun-05 7:33 
GeneralRe: Message Box Pin
Ravi Bhavnani17-Jun-05 7:37
professionalRavi Bhavnani17-Jun-05 7:37 
GeneralCHTMLView Flicker on resize Pin
HaraldS17-Jun-05 5:48
HaraldS17-Jun-05 5:48 
GeneralRe: CHTMLView Flicker on resize Pin
Shog917-Jun-05 11:57
sitebuilderShog917-Jun-05 11:57 
GeneralProcessWindowMessage and lResult Pin
McClamm17-Jun-05 5:13
McClamm17-Jun-05 5:13 
GeneralRe: ProcessWindowMessage and lResult Pin
Blake Miller17-Jun-05 6:46
Blake Miller17-Jun-05 6:46 
In many cases, the windows message handlers originally had the notion that 'return 1 if you processed the message, return 0 if you did NOT process the message'. Then, the idea was that as messages were passed down to child windows or passed through a message handler chain, it could be determined if the function handler 'you' just called processed the message or not. This has changed over time, and now you basically have to read documentation for every message handler to see what the return value might mean and if you are suposed to return one thing or another if you process it.

For example, you can read about WM_INITIDIALOG and it will say something like 'return 0 if you set focus to a control, otherwise return 1', and what that means to the default window procedure is that it will set the focus to first valid control it can find 'unless you already set the focus'.
GeneralRe: ProcessWindowMessage and lResult Pin
McClamm17-Jun-05 6:53
McClamm17-Jun-05 6:53 
GeneralHook GDI functions Pin
xhzxlqt17-Jun-05 5:05
xhzxlqt17-Jun-05 5:05 
GeneralRe: Hook GDI functions Pin
David Crow17-Jun-05 5:19
David Crow17-Jun-05 5:19 
GeneralRe: Hook GDI functions Pin
xhzxlqt17-Jun-05 14:13
xhzxlqt17-Jun-05 14:13 
GeneralRe: Hook GDI functions Pin
David Crow20-Jun-05 2:31
David Crow20-Jun-05 2:31 
QuestionBest way To Do? Pin
Pazzuzu17-Jun-05 5:00
Pazzuzu17-Jun-05 5:00 
AnswerRe: Best way To Do? Pin
ryuki17-Jun-05 7:14
ryuki17-Jun-05 7:14 
GeneralRe: Best way To Do? Pin
Pazzuzu19-Jun-05 20:15
Pazzuzu19-Jun-05 20:15 
Generalusing image scanner in a programe Pin
Ghasrfakhri17-Jun-05 4:21
Ghasrfakhri17-Jun-05 4:21 
GeneralRe: using scanner in programe Pin
Bob Stanneveld17-Jun-05 4:32
Bob Stanneveld17-Jun-05 4:32 
GeneralRe: using scanner in programe Pin
BlackDice17-Jun-05 4:47
BlackDice17-Jun-05 4:47 
GeneralRe: using scanner in programe Pin
Ravi Bhavnani17-Jun-05 4:48
professionalRavi Bhavnani17-Jun-05 4:48 
Generalunicode and ansi Pin
Anonymous17-Jun-05 3:47
Anonymous17-Jun-05 3:47 
GeneralRe: unicode and ansi Pin
Bob Stanneveld17-Jun-05 3:52
Bob Stanneveld17-Jun-05 3:52 
GeneralRe: unicode and ansi Pin
Jack Puppy17-Jun-05 4:28
Jack Puppy17-Jun-05 4:28 
GeneralRe: unicode and ansi Pin
Anonymous17-Jun-05 4:38
Anonymous17-Jun-05 4:38 
GeneralRe: unicode and ansi Pin
Anonymous17-Jun-05 4:52
Anonymous17-Jun-05 4:52 

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.