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 » Convert Dockable to Tabbed Document Collapse All
Subject Author Date
MUKESH GUPTA Nov 14, 2011 - 2:38 AM

Hi,

I am using CExtTabWhidbeyWnd to create tabs in the Main area (document area) and using CExtTabPageContainerOneNoteWnd under CExtControlBar to create tabs under panes.

Please suggest if there is a way to drag/convert the tabs from the pane area to the Main area (similar to VS IDE) in the above scenario.
If not, please point me to any other existing example which implements a similar functionality.

Thanks in advance.

Technical Support Nov 15, 2011 - 2:52 AM

Please use dynamic control bars (CExtDynamicControlBar, CExtDynamicBarSite) instead of simple control bars (CExtControlBar) and tab page containers. Dynamic control bars can switch into tabbed document mode. See the <span class="newgreen">SDI_DynamicBars</code> and <span class="newgreen">MDI_DynamicBars</code> sample applications.