Hello, I have a control that sends ON_MESSAGE to owner window, also, I have a
derived class from this control and I want to catch ON_MESSAGE in my derived
class and not in the owner window; how can I do this? Is there a
'ON_MESSAGE_REFLECT'?
Thanks in advance.
William GS
David Lowndes - 04 Nov 2005 18:32 GMT
>Hello, I have a control that sends ON_MESSAGE to owner window, also, I have a
>derived class from this control and I want to catch ON_MESSAGE in my derived
>class and not in the owner window; how can I do this? Is there a
>'ON_MESSAGE_REFLECT'?
William,
Have a look at "TN062: Message Reflection for Windows Controls" and
"Defining a Message Handler for a Reflected Message" in your MSDN
documentation.
Dave

Signature
MVP VC++ FAQ: http://www.mvps.org/vcfaq