Learn about the Tab Bar control class that is based on CControlBar and the Windows common tab control; it also uses my wrapper class CTabBarCtrl.
Tab Bar Control
Published 01/23/2007
Learn about the Tab Bar control class that is based on CControlBar and the Windows common tab control; it also uses my wrapper class CTabBarCtrl.
Simply by adding some code to your MFC frame windows, you can make your toolbar customize dialog works.
How to implement a header for your SDI/MDI project.
Do you have a lot of tools (icons) in your toolbar? Learn to organize them with a tab dialog!
New article and source
Updated Article
Learn to implement exception handling mechanism in C++.

Learn about TypeScript: what it is, and its type system.

Learn how to detect if a touchscreen is available on the device running your application. You'll also see how to display a touch-enabled keyboard!
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.