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 » Please teach a method to join. ( CExtControlBar ) Collapse All
Subject Author Date
tarou iiyama Jul 6, 2006 - 3:54 AM

Hello

Q1.
I do a toggle of CExtControlBar.
Please teach a method to return.

http://profuis0.tripod.com/20060706/image02.jpg

Q2.
I do a toggle of CExtControlBar.
I want to change Window size.

tarou iiyama Jul 6, 2006 - 3:55 AM

An address is this one.

ttp://profuis0.tripod.com/20060706/image02.jpg

Technical Support Jul 7, 2006 - 4:14 AM

You should use the CExtControlBar::FloatControlBar() method to make a control bar floating. You can preliminary invoke the CExtControlBar::SetInitDesiredSizeFloating() method to specify the desired size of the control bar when it is switched into the floating state.

You can use the CExtControlBar::DockControlBarInnerOuter() method to dock a control bar with inner or outer areas of the main frame window. You can use the CExtControlBar::DockControlBarLTRB() method to dock the bar into the same area with some other control bar. As a result the two bars will share the common vertically or horizontally split area. The newly docked bar can be at the left/right/top/bottom side of the already docked bar and the percent of space to occupy can also be specified.