Click here to Skip to main content
15,893,814 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Help passing variabiles between dialogs Pin
led mike14-Jul-06 7:25
led mike14-Jul-06 7:25 
AnswerRe: Help passing variabiles between dialogs Pin
Jun Du14-Jul-06 7:27
Jun Du14-Jul-06 7:27 
AnswerRe: Help passing variabiles between dialogs Pin
David Crow14-Jul-06 7:28
David Crow14-Jul-06 7:28 
AnswerRe: Help passing variabiles between dialogs Pin
User 34160314-Jul-06 7:40
User 34160314-Jul-06 7:40 
QuestionSubclassing Pin
Fernando A. Gomez F.14-Jul-06 7:13
Fernando A. Gomez F.14-Jul-06 7:13 
QuestionRe: Subclassing Pin
David Crow14-Jul-06 7:21
David Crow14-Jul-06 7:21 
AnswerRe: Subclassing Pin
valikac14-Jul-06 7:24
valikac14-Jul-06 7:24 
AnswerRe: Subclassing Pin
led mike14-Jul-06 7:29
led mike14-Jul-06 7:29 
Fernando A. Gómez F. wrote:
I assume that is because the control already managed te WM_LBUTTONDOWN message. What can I do about it?


Maybe. Read some MSDN articles on MFC message routing.

Fernando A. Gómez F. wrote:
What can I do about it?


Lots of things. Since you have a custom control "CStatic-derived class" you can define a message that you post that the parent dialog can handle. Or you can do more of a Observer/Observable Design Pattern.


"Just about every question you've asked over the last 3-4 days has been "urgent". Perhaps a little planning would be helpful?"
Colin Angus Mackay in the C# forum

led mike
GeneralRe: Subclassing Pin
Fernando A. Gomez F.14-Jul-06 10:22
Fernando A. Gomez F.14-Jul-06 10:22 
AnswerRe: Subclassing Pin
PJ Arends14-Jul-06 7:34
professionalPJ Arends14-Jul-06 7:34 
GeneralRe: Subclassing Pin
Fernando A. Gomez F.14-Jul-06 10:21
Fernando A. Gomez F.14-Jul-06 10:21 
AnswerRe: Subclassing Pin
Hamid_RT14-Jul-06 8:23
Hamid_RT14-Jul-06 8:23 
QuestionMOUSE HANDLING with minimized application Pin
int01h14-Jul-06 6:59
int01h14-Jul-06 6:59 
AnswerRe: MOUSE HANDLING with minimized application Pin
Justin Tay14-Jul-06 7:12
Justin Tay14-Jul-06 7:12 
GeneralRe: MOUSE HANDLING with minimized application Pin
int01h14-Jul-06 7:13
int01h14-Jul-06 7:13 
GeneralRe: MOUSE HANDLING with minimized application Pin
Justin Tay14-Jul-06 7:19
Justin Tay14-Jul-06 7:19 
GeneralRe: MOUSE HANDLING with minimized application Pin
int01h14-Jul-06 7:36
int01h14-Jul-06 7:36 
GeneralRe: MOUSE HANDLING with minimized application Pin
Justin Tay14-Jul-06 7:44
Justin Tay14-Jul-06 7:44 
GeneralRe: MOUSE HANDLING with minimized application Pin
PJ Arends14-Jul-06 7:27
professionalPJ Arends14-Jul-06 7:27 
GeneralRe: MOUSE HANDLING with minimized application Pin
int01h14-Jul-06 10:42
int01h14-Jul-06 10:42 
AnswerRe: MOUSE HANDLING with minimized application Pin
Eytukan14-Jul-06 8:07
Eytukan14-Jul-06 8:07 
GeneralRe: MOUSE HANDLING with minimized application Pin
int01h14-Jul-06 10:39
int01h14-Jul-06 10:39 
QuestionMFC Serialization Pin
BlitzPackage14-Jul-06 6:54
BlitzPackage14-Jul-06 6:54 
AnswerRe: MFC Serialization Pin
Ravi Bhavnani14-Jul-06 6:57
professionalRavi Bhavnani14-Jul-06 6:57 
GeneralRe: MFC Serialization Pin
BlitzPackage14-Jul-06 7:40
BlitzPackage14-Jul-06 7:40 

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.