Learn how to show multiple views in a frame window without using a splitter.
Latest View Management Articles
Puzzle, a Game with the MFC Doc/View Architecture (SDI/MDI)
Learn how to display a menu with thumbnails and several other windows, move and manage the pieces of a puzzle with a linked list, and then show them without flicker.
Creating a Multithreaded SDI Application
How to create an application with multiple SDI windows (such as the new MS Word) by using the MFC framework with multithreading. (The article, demo, and source code were updated.
A Deterministic Method of Determining a Document's Modified State
Determine when a document has been modified. In the particular case of word processors, most tend to have a "dirty" flag that is set when a user types. This article demonstrates a smarter "dirty" flag that uses probabilistic methods.
Zero or One Document Interface (ZODI)
How to create a single-document application by using a multi-document interface (MDI). You may have zero or one documents at a time.
Dynamically Create Different Views for SDI Projects
SDI Projects have one View associated with one document. This article lets you use more than one view dynamically.
Latest CodeGuru Developer Columns
Understanding the C++ Utility Components in the C++ Standard Library
Learn more about a few commonly used components and explore their utility and usages.

Top Programming Languages to Use for .NET Development
Take a look at some of the most popular languages to use within the .NET paradigm.

Using Common Visual Basic Maths Conversion Functions—Imperial to Metric
When you need to convert imperial to metric and vice versa, here are some formulas to keep on hand.
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.