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 » Tabbed views within Splitter Window? Collapse All
Subject Author Date
Ching Yuan Lee Jul 21, 2008 - 8:45 PM

Hi,


We have a MDI application with child frame that contains a splitter window that has 2 panes (pane A and B). If we wish to put tabbed views into pane B, how can we go about this? Thanks!


Regards,


Ching Yuan

Technical Support Jul 23, 2008 - 11:33 AM

You should create a CExtTabPageContainerWnd window as a splitter’s pane. The parent of the CExtTabPageContainerWnd window should be the CExtSplitterWnd window (or CSplitterWnd). You should use the CSplitterWnd::IdFromRowCol() method for computing the dialog control identifier of the CExtTabPageContainerWnd. You should also create several child windows of the CExtTabPageContainerWnd window and register them as tab pages using CExtTabPageContainerWnd::PageInsert().