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 to have a box around the first pane ? Collapse All
Subject Author Date
Jean-Yves Garneau Jul 10, 2006 - 7:44 AM

Hello,

I’m using CExtPaintManagerStudio2005 and the status bar (CExtStatusControlBar) don’t have a box around the first pane, but others panes have it. Visual studio 2003 have a first pane boxed. It is possible? How to do that ?

Thank You !

Technical Support Jul 10, 2006 - 11:04 AM

This feature is demonstrated in the StatusPanes sample. It shows how to set a border around the first pane and how to use separators instead of pane borders. You can set the border around the first status pane with one line of coder:

m_wndStatusBar.m_bOuterRectInFirstBand = true;
Please note that under the Office 2007 themes and Native Windows XP theme on WinXP when a theme is selected, this setting is ignored. Under these themes the status bar is drawn as a skinable control.