Command Routing
-
Let Suppose I have a Frame Window and this frame is split into to panes now in each pane is another frame. How do I get the top level menu to route message commands to the other two frames? I can use classwizard all day long to create message ID's in the other two frames.. but no matter how hard I press that left mouse button.. the message is never delivered.
-
Let Suppose I have a Frame Window and this frame is split into to panes now in each pane is another frame. How do I get the top level menu to route message commands to the other two frames? I can use classwizard all day long to create message ID's in the other two frames.. but no matter how hard I press that left mouse button.. the message is never delivered.
Look in the MSDN for OnCmdMsg(). It takes care of command routing. Override it to give your sub-frames a look at the messages before processing them in the normal way.
he he he. I like it in the kitchen! - Marc Clifton (on taking the heat when being flamed) NEW: Awasu 1.0[^]: A free RSS reader with support for Code Project.