Excell style tabs
-
You could start by clicking here Christian #include "std_disclaimer.h" People who love sausage and respect the law should never watch either one being made. The things that come to those who wait are usually the things left by those who got there first.
-
If you are looking to make the CTabCtrl work as a flat tab as in Excel or VC++, it will not. The options that I find are you will have to either find one which someone else has written and giving away (I have not seen one in CodeProject or CodeGuru) or purchase a C++ library (Dundas may have one) or you will have to write one (It is not that tough anyway) -- Thomas
-
You should be able to do Owner Draw with the CTabCtrl to get whatever you want. I do this in a limited fashion and it works a treat. Neville Franks, Author of ED for Windows http://www.getsoft.com
-
Look at this one http://www.codeproject.com/docview/tabbedmdi.asp Moz Tunis - Tunisia