How to override WndProc?
ATL / WTL / STL
1
Posts
1
Posters
0
Views
1
Watching
-
Hi everybody, I have created an MDI application with WTL Application Wizard. I want to handle some command messages (such as those generated when a user selects a menu item) in the active mdi child window. Since these messages are captured by the mdi main frame window, I think I should route these messages to mdi child window procedure and therefore override the mdi main frame's WndProc. Am I right? If so how can I reach this method? Would you please get me the answer in details with code? Thanks in advance. Yours Roozbeh.