Message in Reverse order ( MFC )
hello
i want to send message from FrameWindow to View class. Actually i want that after execution of handler function against some event in FrameWindow class my application also receive same event in View class,
My application is MFC application in Visual C++
is it possible ? if yes then how ?

