MDI Tab Control
BCGControlBar Pro (MFC)
BCGSuite (MFC)
BCGControlBar for .NET
BCGControlBar Library provides a simple and flexible mechanism for MDI document access: MDI Tabs. The tab control appearance can be fully customized.
VS 2005-2022-like MDI Tabs
Underlined MDI Tabs
OneNote-style MDI Tabs
Sample code:
int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct)
{
...
EnableMDITabs (TRUE, FALSE /* No icons */, CBCGPTabWnd::LOCATION_TOP,
TRUE /* Has "Close" button */, CBCGPTabWnd::STYLE_3D_VS2005);
GetMDITabs().EnableTabDocumentsMenu ();
...
}