I want to intercept messages meant for one class (A) with another (B).
Obviously I have my reasons for this. For example, I want to get the right
click sent to class A sent first to my proxy class B. Then I will send it on
to class A as needed.
Mark
Quote:
> > Hi Jeff,
> > Well I want to intercept some messages going to my CWnd derived class
and
> > handle them directly, perhaps passing them on. Is there another way to
do
> > this?
> Well my first response is to state that that's what the MESSAGE_MAP is
for, and the MESSAGE_MAP is
Quote:
> why MFC has already subclassed the HWND to the CWnd. What part of this
scheme doesn't work for you?
Quote: