BiSplitter is MFC-compatible class for creating a splitter window that looks like a Microsoft Outlook window.
Latest Splitter Articles
Creating a Splitter Window in a Dialog Box in Three Easy Steps
How to implement a CSplitterWnd into a CDialogBox in three easy steps without overriding any function or writing new classes.
Creating Thin-Framed Splitter Windows
Discover this method for creating splitter windows with thin frames, which is useful when creating a data view with a scale (splitting data view and scale into separate windows).
Detect if window is split
Detect if window is split
CSplitterWnd Extension that Allows Switching Views in Any Pane
Code to switch between multiple views in a splitter window pane *without* deleting and re-creating views
Restricting the size of a splitter pane
Restricting the size of a splitter pane
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.
A Tipple with a Tuple
Fear not, Tuple lovers. This much-maligned data type is still in use today.

Creating Visual Basic String Enums
With just a few lines of code, you can have a quick way to make an Enum accept String values instead of an ordinary named constant.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.