Click here to Skip to main content
15,922,696 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralOT Pin
toxcct22-Nov-05 1:10
toxcct22-Nov-05 1:10 
GeneralRe: OT Pin
Axonn Echysttas22-Nov-05 2:49
Axonn Echysttas22-Nov-05 2:49 
GeneralRe: OT Pin
Owner drawn22-Nov-05 17:26
Owner drawn22-Nov-05 17:26 
GeneralRe: OT Pin
Owner drawn22-Nov-05 17:26
Owner drawn22-Nov-05 17:26 
QuestionMessage loop Question Pin
RaajaOfSelf21-Nov-05 18:47
RaajaOfSelf21-Nov-05 18:47 
AnswerRe: Message loop Question Pin
Cool Ju21-Nov-05 19:51
Cool Ju21-Nov-05 19:51 
GeneralSorry ,this does not answer my question Pin
RaajaOfSelf21-Nov-05 20:20
RaajaOfSelf21-Nov-05 20:20 
GeneralRe: Sorry ,this does not answer my question Pin
Cool Ju21-Nov-05 21:42
Cool Ju21-Nov-05 21:42 
Hi,

hope this answers ur question

If the specified window was created by the calling thread, the window procedure is called immediately as a subroutine. If the specified window was created by a different thread, the system switches to that thread and calls the appropriate window procedure. Messages sent between threads are processed only when the receiving thread executes message retrieval code. The sending thread is blocked until the receiving thread processes the message. However, the sending thread will process incoming nonqueued messages while waiting for its message to be processed. To prevent this, use SendMessageTimeout with SMTO_BLOCK set. For more information on nonqueued messages

WM_KEYDOWN is a non-queued message.

Bye
Cool Ju Cool | :cool:

Dream Ur Destiny
GeneralRe: Sorry ,this does not answer my question Pin
RaajaOfSelf21-Nov-05 22:29
RaajaOfSelf21-Nov-05 22:29 
QuestionAsk for help : About PropertyPage Pin
chenxiujie21-Nov-05 18:19
chenxiujie21-Nov-05 18:19 
AnswerRe: Ask for help : About PropertyPage Pin
khan++21-Nov-05 18:43
khan++21-Nov-05 18:43 
Questioninter-program communication Pin
Roy K21-Nov-05 18:17
Roy K21-Nov-05 18:17 
AnswerRe: inter-program communication Pin
kakan21-Nov-05 19:01
professionalkakan21-Nov-05 19:01 
AnswerRe: inter-program communication Pin
ThatsAlok22-Nov-05 0:33
ThatsAlok22-Nov-05 0:33 
Questiondisable parent window Pin
Nishad S21-Nov-05 17:59
Nishad S21-Nov-05 17:59 
AnswerRe: disable parent window Pin
khan++21-Nov-05 19:03
khan++21-Nov-05 19:03 
GeneralRe: disable parent window Pin
Nishad S21-Nov-05 19:18
Nishad S21-Nov-05 19:18 
GeneralRe: disable parent window Pin
khan++21-Nov-05 19:35
khan++21-Nov-05 19:35 
GeneralRe: disable parent window Pin
Nishad S21-Nov-05 19:38
Nishad S21-Nov-05 19:38 
GeneralRe: disable parent window Pin
khan++21-Nov-05 19:53
khan++21-Nov-05 19:53 
GeneralRe: disable parent window Pin
Nishad S21-Nov-05 19:59
Nishad S21-Nov-05 19:59 
AnswerRe: disable parent window Pin
Owner drawn21-Nov-05 19:31
Owner drawn21-Nov-05 19:31 
GeneralRe: disable parent window Pin
Nishad S21-Nov-05 19:40
Nishad S21-Nov-05 19:40 
QuestionHow to change CEdit's background color and text color? thanks. Pin
LeeeNN21-Nov-05 17:18
LeeeNN21-Nov-05 17:18 
AnswerRe: How to change CEdit's background color and text color? thanks. Pin
Owner drawn21-Nov-05 19:33
Owner drawn21-Nov-05 19:33 

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.