Click here to Skip to main content
15,924,193 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Platform SDK Pin
Michael Martin25-Jun-01 20:59
professionalMichael Martin25-Jun-01 20:59 
QuestionWhat is this code ?!!! Pin
Hadi Rezaee25-Jun-01 18:28
Hadi Rezaee25-Jun-01 18:28 
AnswerRe: What is this code ?!!! Pin
Ben Burnett25-Jun-01 20:56
Ben Burnett25-Jun-01 20:56 
GeneralRe: What is this code ?!!! Pin
Hadi Rezaee26-Jun-01 0:05
Hadi Rezaee26-Jun-01 0:05 
GeneralRe: What is this code ?!!! Pin
Ben Burnett26-Jun-01 10:20
Ben Burnett26-Jun-01 10:20 
GeneralRe: What is this code ?!!! Pin
Hadi Rezaee26-Jun-01 19:55
Hadi Rezaee26-Jun-01 19:55 
GeneralRe: What is this code ?!!! Pin
Hadi Rezaee27-Jun-01 19:51
Hadi Rezaee27-Jun-01 19:51 
GeneralRe: What is this code ?!!! Pin
markkuk27-Jun-01 21:44
markkuk27-Jun-01 21:44 

SendMessage and PostMessage don't dispatch messages, they insert messages into a message queue. The thread that receives the message is responsible for dispatching the message.

PeekMessage checks if there are any incoming messages in the queue and always returns immediately, unlike GetMessage which blocks until a message is received.


GeneralRe: What is this code ?!!! Pin
Hadi Rezaee28-Jun-01 10:25
Hadi Rezaee28-Jun-01 10:25 
AnswerRe: What is this code ?!!! Pin
Carlos Antollini28-Jun-01 10:41
Carlos Antollini28-Jun-01 10:41 
GeneralDynamic controls Pin
Farah Mansor25-Jun-01 16:28
Farah Mansor25-Jun-01 16:28 
GeneralTimers accuracy Pin
Brad Schroeder25-Jun-01 13:59
Brad Schroeder25-Jun-01 13:59 
GeneralRe: Timers accuracy Pin
Carlos Antollini25-Jun-01 15:06
Carlos Antollini25-Jun-01 15:06 
GeneralRe: Timers accuracy Pin
Brad Schroeder25-Jun-01 15:59
Brad Schroeder25-Jun-01 15:59 
GeneralRe: Timers accuracy Pin
markkuk25-Jun-01 20:24
markkuk25-Jun-01 20:24 
GeneralCapture scrollable portion of a window Pin
BobMatura25-Jun-01 13:42
BobMatura25-Jun-01 13:42 
GeneralDeleting files with invalid file names. Pin
Franky Braem25-Jun-01 10:00
Franky Braem25-Jun-01 10:00 
GeneralRe: Deleting files with invalid file names. Pin
Chris Losinger25-Jun-01 10:15
professionalChris Losinger25-Jun-01 10:15 
GeneralRe: Deleting files with invalid file names. Pin
Franky Braem25-Jun-01 20:02
Franky Braem25-Jun-01 20:02 
GeneralRe: Deleting files with invalid file names. Pin
Michael Dunn25-Jun-01 10:25
sitebuilderMichael Dunn25-Jun-01 10:25 
GeneralRe: Deleting files with invalid file names. Pin
Franky Braem25-Jun-01 20:05
Franky Braem25-Jun-01 20:05 
GeneralInterface questions Pin
Jake Palmer25-Jun-01 9:09
Jake Palmer25-Jun-01 9:09 
GeneralRe: Interface questions Pin
Tomasz Sowinski25-Jun-01 9:24
Tomasz Sowinski25-Jun-01 9:24 
QuestionHow to get thread handle in win9x? Pin
25-Jun-01 9:05
suss25-Jun-01 9:05 
AnswerRe: How to get thread handle in win9x? Pin
Tomasz Sowinski25-Jun-01 9:26
Tomasz Sowinski25-Jun-01 9:26 

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.