Click here to Skip to main content
15,910,981 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionBest way to reduce a 128-bit MD5 to 64-bit Pin
Joe Woodbury4-Mar-11 12:04
professionalJoe Woodbury4-Mar-11 12:04 
AnswerRe: Best way to reduce a 128-bit MD5 to 64-bit PinPopular
Peter_in_27805-Mar-11 0:30
professionalPeter_in_27805-Mar-11 0:30 
GeneralRe: Best way to reduce a 128-bit MD5 to 64-bit Pin
Joe Woodbury5-Mar-11 6:04
professionalJoe Woodbury5-Mar-11 6:04 
QuestionCCriticalSection seems to cause some weirdness in dll Pin
Albert Holguin4-Mar-11 10:49
professionalAlbert Holguin4-Mar-11 10:49 
AnswerRe: CCriticalSection seems to cause some weirdness in dll Pin
Ozer Karaagac4-Mar-11 13:31
professionalOzer Karaagac4-Mar-11 13:31 
GeneralRe: CCriticalSection seems to cause some weirdness in dll Pin
Albert Holguin4-Mar-11 13:40
professionalAlbert Holguin4-Mar-11 13:40 
QuestionHow can I send LVN_COLUMNCLICK to the parent ? Pin
_Flaviu4-Mar-11 8:59
_Flaviu4-Mar-11 8:59 
AnswerRe: How can I send LVN_COLUMNCLICK to the parent ? Pin
Hans Dietrich4-Mar-11 18:46
mentorHans Dietrich4-Mar-11 18:46 
From MSDN: "If, in your parent window class, you supply a handler for a specific WM_NOTIFY message or a range of WM_NOTIFY messages, your handler will be called only if the child control sending those messages does not have a reflected message handler through ON_NOTIFY_REFLECT(). If you use ON_NOTIFY_REFLECT_EX() in your message map, your message handler may or may not allow the parent window to handle the message. If the handler returns FALSE, the message will be handled by the parent as well, while a call that returns TRUE does not allow the parent to handle it. Note that the reflected message is handled before the notification message."

Solution: use ON_NOTIFY_REFLECT_EX().
Best wishes,
Hans


[Hans Dietrich Software]

GeneralRe: How can I send LVN_COLUMNCLICK to the parent ? [modified] Pin
_Flaviu4-Mar-11 20:57
_Flaviu4-Mar-11 20:57 
Questionproblem with device context (and some other bad things) Pin
csrss4-Mar-11 8:38
csrss4-Mar-11 8:38 
QuestionRe: problem with device context (and some other bad things) Pin
CPallini4-Mar-11 9:50
mveCPallini4-Mar-11 9:50 
AnswerRe: problem with device context (and some other bad things) Pin
csrss4-Mar-11 9:56
csrss4-Mar-11 9:56 
AnswerRe: problem with device context (and some other bad things) Pin
Ozer Karaagac4-Mar-11 14:17
professionalOzer Karaagac4-Mar-11 14:17 
GeneralRe: problem with device context (and some other bad things) Pin
csrss4-Mar-11 15:40
csrss4-Mar-11 15:40 
AnswerRe: problem with device context (and some other bad things) Pin
Richard MacCutchan4-Mar-11 22:17
mveRichard MacCutchan4-Mar-11 22:17 
GeneralRe: problem with device context (and some other bad things) Pin
csrss5-Mar-11 0:53
csrss5-Mar-11 0:53 
QuestionSending windows message from worker thread Pin
GC1044-Mar-11 0:41
GC1044-Mar-11 0:41 
AnswerRe: Sending windows message from worker thread Pin
CPallini4-Mar-11 1:47
mveCPallini4-Mar-11 1:47 
GeneralRe: Sending windows message from worker thread Pin
GC1044-Mar-11 2:29
GC1044-Mar-11 2:29 
GeneralRe: Sending windows message from worker thread Pin
prasad_som4-Mar-11 2:33
prasad_som4-Mar-11 2:33 
GeneralRe: Sending windows message from worker thread Pin
CPallini4-Mar-11 3:05
mveCPallini4-Mar-11 3:05 
GeneralRe: Sending windows message from worker thread Pin
CPallini4-Mar-11 2:36
mveCPallini4-Mar-11 2:36 
AnswerRe: Sending windows message from worker thread Pin
prasad_som4-Mar-11 2:30
prasad_som4-Mar-11 2:30 
QuestionGetting Time Difference [modified] Pin
AmbiguousName3-Mar-11 22:29
AmbiguousName3-Mar-11 22:29 
AnswerRe: Getting Time Difference Pin
CPallini3-Mar-11 22:46
mveCPallini3-Mar-11 22:46 

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.