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 » How do I show autohidden control bar? Collapse All
Subject Author Date
Dmitry Dulepov Jul 1, 2004 - 5:27 AM

Sometimes I need to force showing of autohidden toolbar (simulate mouse over bar’s button in the autohidden area). How can I do this?.. It is ok if it hides after a couple of seconds, I just need to show its contents for a while. I do not want to change its autohidden state do docked...

Technical Support Jul 1, 2004 - 9:30 AM

Each control bar window has its own unique dialog control identifier, which is used as a show/hide (or show-only) command for this control bar. So, just send the WM_COMMAND message with a required identifier in WPARAM to the frame window. This should display the resizable control bar in the way you need.