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 » CExtDynamicControlBar Show/Hide Events Collapse All
Subject Author Date
John Ritzenthaler Feb 12, 2010 - 3:24 PM

How is a dynamic control bar notified when it is shown or hidden?


Should I just override WindowProc and catch the WM_SHOWWINDOW message?

Technical Support Feb 13, 2010 - 11:26 AM

The most universal way of controlling the control bar’s position and determining when its visibility state has changed is to handle the control bar’s WM_WINDOWPOSCHANGED message.