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 General Discussion » Don't show menu popup with Show/Hide control bars Collapse All
Subject Author Date
Paula Burkle Apr 20, 2004 - 1:11 PM

hi all,


there is a way to don’t show menu popup with Show/Hide control bars when I click with the mouse’s right button on the application?


 


thanks a lot, Paula.

Technical Support Apr 21, 2004 - 11:31 AM

Dear Paula,

Prof-UIS displays this menu over any window inside the main frame by default. But, if your window handles the WM_CONTEXTMENU message, you will not see the Prof-UIS menu over this window. So, you may simply add a message handler for the WM_CONTEXTMENU message to your view window. You may also need to handle the WM_CONTEXTMENU message in the windows which are inserted into resizable bars.