Hi all, my program currently has a set of tool buttons which when clicked, changes the
toolbar to show the subset of that particular tool.
I want some of functionality of the particular tool to be accessed quickly through
a pop up menu when i right click on the CView client area (my program is MDI).
Some menu function are already handled in the CMainframe message map while some by
CDoc and CView.
Is there a simple way to popup a menu in the cview where the menu item selected
activates generates message to the appropriate class (such as CDoc, cview) which handles
it? Currently, i popup a menu in the CView class on the right button up message.