Click here to Skip to main content
15,908,254 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Windows Message handling in Debug and Release build of Dialog Based MFC Application Pin
Mike O'Neill22-Jan-07 13:30
Mike O'Neill22-Jan-07 13:30 
QuestionHow to capture mouse events from a control within a Dialog Box? Pin
Arris7422-Jan-07 2:02
Arris7422-Jan-07 2:02 
AnswerRe: How to capture mouse events from a control within a Dialog Box? Pin
prasad_som22-Jan-07 2:20
prasad_som22-Jan-07 2:20 
AnswerRe: How to capture mouse events from a control within a Dialog Box? Pin
Arris7422-Jan-07 6:07
Arris7422-Jan-07 6:07 
AnswerRe: How to capture mouse events from a control within a Dialog Box? Pin
prasad_som24-Jan-07 17:32
prasad_som24-Jan-07 17:32 
GeneralRe: How to capture mouse events from a control within a Dialog Box? Pin
Arris7427-Jan-07 6:52
Arris7427-Jan-07 6:52 
AnswerRe: How to capture mouse events from a control within a Dialog Box? Pin
Waldermort22-Jan-07 2:28
Waldermort22-Jan-07 2:28 
AnswerRe: How to capture mouse events from a control within a Dialog Box? Pin
Arris7422-Jan-07 6:33
Arris7422-Jan-07 6:33 
You have derived from CDialog, but the trouble is mouse messages are sent to the controls

Actually, the messages are correctly routed to the CDialog. But when the mouse is within the control, I do not know where the messages are routed.

You need to derive a class from the list control and handle the messages from there

I derived a class from CListCtrl but no messages are routed to this class.

Though I'm not exactly sure how you adjust the message loop in MFC.

What is the procedure to do this? What is entry point in VC++ to setup Confused | :confused: this?

QuestionPass a sting to a dll that neads a WCHAR Pin
Calvin Streeting22-Jan-07 2:02
Calvin Streeting22-Jan-07 2:02 
GeneralRe: Pass a sting to a dll that neads a WCHAR Pin
toxcct22-Jan-07 2:15
toxcct22-Jan-07 2:15 
AnswerRe: Pass a sting to a dll that neads a WCHAR Pin
James R. Twine22-Jan-07 3:01
James R. Twine22-Jan-07 3:01 
GeneralRe: Pass a sting to a dll that neads a WCHAR Pin
Calvin Streeting22-Jan-07 3:30
Calvin Streeting22-Jan-07 3:30 
GeneralRe: Pass a sting to a dll that neads a WCHAR Pin
James R. Twine22-Jan-07 4:27
James R. Twine22-Jan-07 4:27 
GeneralRe: Pass a sting to a dll that neads a WCHAR Pin
Calvin Streeting22-Jan-07 4:53
Calvin Streeting22-Jan-07 4:53 
GeneralRe: Pass a sting to a dll that neads a WCHAR Pin
James R. Twine22-Jan-07 5:08
James R. Twine22-Jan-07 5:08 
GeneralRe: Pass a sting to a dll that neads a WCHAR Pin
Calvin Streeting22-Jan-07 5:21
Calvin Streeting22-Jan-07 5:21 
GeneralRe: Pass a sting to a dll that neads a WCHAR Pin
James R. Twine22-Jan-07 8:09
James R. Twine22-Jan-07 8:09 
GeneralRe: Pass a sting to a dll that neads a WCHAR Pin
Calvin Streeting22-Jan-07 9:30
Calvin Streeting22-Jan-07 9:30 
GeneralRe: Pass a sting to a dll that neads a WCHAR [modified] Pin
Calvin Streeting22-Jan-07 11:03
Calvin Streeting22-Jan-07 11:03 
QuestionDragging A Rectangle Pin
Franz Klein22-Jan-07 1:48
Franz Klein22-Jan-07 1:48 
QuestionPlaying Ogg Files Pin
srikanth rao nadipelli22-Jan-07 1:22
srikanth rao nadipelli22-Jan-07 1:22 
QuestionCMultiDocTemplates [modified] Pin
baerten22-Jan-07 1:03
baerten22-Jan-07 1:03 
Questionebook i.e. soft copy of book on ATL COM required Pin
cancerion22-Jan-07 0:46
cancerion22-Jan-07 0:46 
AnswerRe: ebook i.e. soft copy of book on ATL COM required Pin
Don Box22-Jan-07 1:27
Don Box22-Jan-07 1:27 
GeneralRe: ebook i.e. soft copy of book on ATL COM required Pin
nutkase22-Jan-07 2:07
nutkase22-Jan-07 2:07 

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.