|
网上想找个单独的mdi 的 tabbed类好难,基本上找不到,有的也是ATL的。找到了这个类,但样子和自己希望的差了点,简单修改了下,删除了一些代码。
样子和.net 哪个还有点区别,还没来得及仔细研究,姑且用着,喜欢的朋友下来看看,就一个类,用起来简单的!
原始:http://www.codeproject.com/tabctrl/AMCustomTabCtrlDemo.asp
CCustomTabCtrl is an MFC control derived from the CWnd class. You can find a similar control in Microsoft Management Console Services used to switch between extended and standard views. CCustomTabCtrl can be created in one orientation only - bottom. XP Themes scroll buttons are supported if the operating system is WinXP and XP Themes are enabled. CCustomTabCtrl control also works properly if the state of XP Themes enabling is changed during the running of the application.
[ 本帖最后由 shenlili 于 2009-1-17 11:08 编辑 ] |
|