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.

Ten Reasons to Look at .NET Core Now
The .NET Core is here now, and here are some reasons to begin using it.

Creating a Command Prompt Window Using Visual Basic
Learn how to simulate the DOS Command Prompt window from a Visual Basic form.
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.