Click here to Skip to main content
15,913,944 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Redraw Child Windows in ActiveX Control Pin
Bogdan Apostol8-Jul-07 9:07
Bogdan Apostol8-Jul-07 9:07 
GeneralRe: Redraw Child Windows in ActiveX Control Pin
dkmr8-Jul-07 10:47
dkmr8-Jul-07 10:47 
GeneralRe: Redraw Child Windows in ActiveX Control Pin
Bogdan Apostol8-Jul-07 10:55
Bogdan Apostol8-Jul-07 10:55 
GeneralRe: Redraw Child Windows in ActiveX Control Pin
dkmr8-Jul-07 11:15
dkmr8-Jul-07 11:15 
AnswerRe: Redraw Child Windows in ActiveX Control Pin
Bogdan Apostol8-Jul-07 15:17
Bogdan Apostol8-Jul-07 15:17 
QuestionWindbg Pin
tom groezer8-Jul-07 0:08
tom groezer8-Jul-07 0:08 
AnswerRe: Windbg [modified] Pin
mid=57418-Jul-07 0:20
mid=57418-Jul-07 0:20 
GeneralRe: Windbg Pin
tom groezer8-Jul-07 6:07
tom groezer8-Jul-07 6:07 
GeneralRe: Windbg Pin
Randor 8-Jul-07 7:19
professional Randor 8-Jul-07 7:19 
GeneralRe: Windbg Pin
David Crow9-Jul-07 3:07
David Crow9-Jul-07 3:07 
AnswerRe: Windbg Pin
Mike Dimmick8-Jul-07 11:51
Mike Dimmick8-Jul-07 11:51 
QuestionPostMessage Pin
tom groezer7-Jul-07 23:06
tom groezer7-Jul-07 23:06 
AnswerRe: PostMessage Pin
mid=57418-Jul-07 0:13
mid=57418-Jul-07 0:13 
AnswerRe: PostMessage Pin
Bogdan Apostol8-Jul-07 0:38
Bogdan Apostol8-Jul-07 0:38 
GeneralRe: PostMessage Pin
tom groezer8-Jul-07 4:54
tom groezer8-Jul-07 4:54 
GeneralRe: PostMessage Pin
mid=57419-Jul-07 5:30
mid=57419-Jul-07 5:30 
QuestionRe: PostMessage Pin
jbalaji849-Aug-07 21:18
jbalaji849-Aug-07 21:18 
AnswerRe: PostMessage Pin
Randor 8-Jul-07 6:57
professional Randor 8-Jul-07 6:57 
GeneralRe: PostMessage Pin
Bogdan Apostol8-Jul-07 8:59
Bogdan Apostol8-Jul-07 8:59 
GeneralRe: PostMessage Pin
Randor 8-Jul-07 9:06
professional Randor 8-Jul-07 9:06 
AnswerRe: PostMessage Pin
Bogdan Apostol8-Jul-07 10:43
Bogdan Apostol8-Jul-07 10:43 
Thanks David for the links... especially the second one!
It is interesting to see different opinions about an "old new subject" such as message queueing. We might fight over nothing here, since I kinda agree with one of the conclusions mentioned in that discussion thread: it seems to be an implementation detail. Point taken regarding the non-queueing messages! Indeed, sent messages are different since are not stored as messages posted, and also not returned by GetMessage. My logic still says that they are "somehow" queued... and how is indeed "an implementation" detail. All this confusion is set by MSDN, which is not comprehensive on the subject, and also contradicting itself in the documentation of GetQueueStatus()[^], when describing QS_SENDMESSAGE. As you well described, sent messages are different then posted ones, having higher priority, and still being queued (maybe separately, or could be inserted ahead of the posted ones) because they can't be processed by receiving thread "immediately" (as MSDN is misleading us).
Please have a look at "The Algorithm for Extracting Messages from a Thread's Queue" section at "Waking a Thread[^]" sub-chapter from a book called "Programming Applications for MS Windows, 4th edition" by Jeffrey Richter, and tell me if you agreed with what says there... at least partially. It was published by Microsoft Press[^]!
Thanks,

Bornish
ESRI Developer Network

Compilers demystified - Function pointers in Visual Basic 6.0
Enables the use of function pointers in VB6 and shows how to embed native code in a VB application.

QuestionGet exact memory usage of a process. Pin
zecodela7-Jul-07 23:03
zecodela7-Jul-07 23:03 
AnswerRe: Get exact memory usage of a process. Pin
Bogdan Apostol8-Jul-07 1:09
Bogdan Apostol8-Jul-07 1:09 
QuestionWM_COPYDATA message Pin
tom groezer7-Jul-07 22:35
tom groezer7-Jul-07 22:35 
AnswerRe: WM_COPYDATA message Pin
Bogdan Apostol8-Jul-07 1:20
Bogdan Apostol8-Jul-07 1:20 

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.