Click here to Skip to main content
15,921,840 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: inline functions link error. Pin
ThatsAlok7-Aug-05 21:56
ThatsAlok7-Aug-05 21:56 
GeneralRe: inline functions link error. Pin
khan++7-Aug-05 21:57
khan++7-Aug-05 21:57 
GeneralRe: inline functions link error. Pin
sunit58-Aug-05 1:37
sunit58-Aug-05 1:37 
GeneralRe: inline functions link error. Pin
Member 34198918-Aug-05 1:40
Member 34198918-Aug-05 1:40 
GeneralRe: inline functions link error. Pin
sunit58-Aug-05 1:57
sunit58-Aug-05 1:57 
GeneralRe: inline functions link error. Pin
sunit58-Aug-05 2:05
sunit58-Aug-05 2:05 
GeneralRe: inline functions link error. Pin
ThatsAlok8-Aug-05 2:26
ThatsAlok8-Aug-05 2:26 
GeneralRe: inline functions link error. Pin
HumanOsc8-Aug-05 2:35
HumanOsc8-Aug-05 2:35 
GeneralRe: inline functions link error. Pin
Member 34198918-Aug-05 2:37
Member 34198918-Aug-05 2:37 
GeneralRe: inline functions link error. Pin
sunit58-Aug-05 3:20
sunit58-Aug-05 3:20 
GeneralHelp in Multithreaded Socket programming Pin
javaClaude7-Aug-05 21:17
javaClaude7-Aug-05 21:17 
GeneralClipping child windows Pin
Jesper Knudsen7-Aug-05 21:11
Jesper Knudsen7-Aug-05 21:11 
GeneralRe: Clipping child windows Pin
John R. Shaw8-Aug-05 20:30
John R. Shaw8-Aug-05 20:30 
GeneralRe: Clipping child windows Pin
Jesper Knudsen8-Aug-05 20:40
Jesper Knudsen8-Aug-05 20:40 
GeneralRe: Clipping child windows Pin
John R. Shaw8-Aug-05 22:14
John R. Shaw8-Aug-05 22:14 
GeneralRe: Clipping child windows Pin
Jesper Knudsen8-Aug-05 22:28
Jesper Knudsen8-Aug-05 22:28 
GeneralRe: Clipping child windows Pin
John R. Shaw8-Aug-05 23:16
John R. Shaw8-Aug-05 23:16 
GeneralRe: Clipping child windows Pin
Jesper Knudsen8-Aug-05 23:37
Jesper Knudsen8-Aug-05 23:37 
GeneralRe: Clipping child windows Pin
John R. Shaw9-Aug-05 10:06
John R. Shaw9-Aug-05 10:06 
GeneralRe: Clipping child windows Pin
John R. Shaw9-Aug-05 13:47
John R. Shaw9-Aug-05 13:47 
GeneralRe: Clipping child windows Pin
Jesper Knudsen9-Aug-05 20:35
Jesper Knudsen9-Aug-05 20:35 
GeneralRe: Clipping child windows Pin
John R. Shaw13-Aug-05 17:07
John R. Shaw13-Aug-05 17:07 
GeneralRe: Clipping child windows Pin
Jesper Knudsen17-Aug-05 1:31
Jesper Knudsen17-Aug-05 1:31 
GeneralWindows messages Pin
Ali Tavakol7-Aug-05 20:58
Ali Tavakol7-Aug-05 20:58 
Hi all
I don't understand how windows messages are sent to a window procedure.
suppose my program is now in the process of answering a WM_CHAR message. now the user resizes the window. so Windows sends a WM_PAINT message to the window procedure. and while the program is answering WM_CHAR message, the window is repainted. what is the matter.
when does Windows send messages to the Message Queue and when does Windows send messages to the window procedure directly?
How is the order of messages sent to message queue?
Can the window procedure process two or more messages at the same time?

any answer is appreciated.Smile | :)
GeneralRe: Windows messages Pin
khan++7-Aug-05 21:35
khan++7-Aug-05 21:35 

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.