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 » autohide notification Collapse All
Subject Author Date
Ian McIntosh Apr 30, 2008 - 2:55 AM

Hi,


I have a control inside a dialog which is inside an autohide control bar.


What is the best way to catch when the control bar is shown from within my control?

Technical Support Apr 30, 2008 - 2:17 PM

If you want to catch the display event inside the control, then the ideal case is to detect when it needs to be painted. You can also handle the WM_WINDOWPOSCHANGED message in the dialog window which is created inside the control bar. Please provide us with more details about your task if it does not help.