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 » Like Excel sheet tab Collapse All
Subject Author Date
rr rr Nov 11, 2004 - 3:46 AM

I need an advice. I have MDI app and I want make  child frame with like Excel sheet tabs,i.e. I need  a switch between different views in child frame, like Excel sheet tabs but in MDI application.   Sorry for my English. 

Technical Support Nov 11, 2004 - 8:03 AM

The full version (Trial/Commercial) provides an MDI tab control that looks like Visual Studio .NET flat tabs. It is possible to convert it into the control that will look like Excel flat tabs with slanted/inclined borders. But the MDI tab control does not feature the scroll bar corresponding to the currently selected window, which lies on the same line as the tabs. If you don’t need this feature (the tabs and scroll bar) and you only need Excel-like tabs, then we can provide you with such an MDI tab window. Otherwise, the implementation may depend on the view windows used in MDI child frames of your application.

rr rr Nov 12, 2004 - 2:38 AM

Ok. It is not difference like Visual Studio tabs or Excel tabs.


I have MDI app.with Document/View architecture , view is derived from CScrollView.  I want have MDI child window with several views and using tabs switch from one view to another. I can use splitter window to get in MDI child several views, but I want use tabs. Can I make it? Sorry for my English.

Technical Support Nov 12, 2004 - 3:23 AM

The fully featured MDI tab control (CExtTabMdiWnd class) is available only in Prof-UIS Trial/Commercial. We are sorry but Prof-UIS Freeware does not support this control. If you are not a registered user of the full version, you may try to find another MDI tab control on websites like www.codeguru.com or www.codeproject.com.