Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » How to disable MDI's TrackPopupMenu Collapse All
Subject Author Date
jb lee May 2, 2006 - 6:50 AM

I wanna use my own trackpopupmenu in a view.
But my MDI’s formview shows the submenu of "View".
How do I disable the default? or How do I pre-process my popup?

Technical Support May 2, 2006 - 11:06 AM

We guess you want to disable the built-in Prof-UIS menu with the list of control bars. In this case, please add a message handler for the WM_CONTEXTMENU standard Windows message to your form view window. The handler method should have an empty body (do not invoke the parent class’s method in it).