I set out to make the active tab appear more pronounced but I don't see an easy solution short of providing my own visualization manager. Am I correct?
I also noticed that when a large number of documents are opened, the tabs shrink instead of scrolling. I wouldn't call this a bug, but it looks funny.
Also, it appears there may be a bug with drawing the top border of the tab if CBCGTabWnd::SetTabBorderSize() is passed a value greater than 3.
Here's the code:
CMainFrame::OnCreate()
{
EnableMDITabs(TRUE, TRUE, CBCGTabWnd::LOCATION_TOP);
((CBCGTabWnd&)m_wndClientArea.GetMDITabs()).SetTabBorderSize(10);
}
Notice the top border of the tab in the image below is not painted correctly.

I tried setting this property in an effort to make the current tab more obvious to the user. Am I doing something wrong here?
I'm not complaining, just pointing out what I see. Overall this is an awesome library that offers a lot of BANG for the BUCK!
Can't wait to see what's next....