Multiple Views Layout Without a Splitter
Learn how to show multiple views in a frame window without using a splitter.
Learn how to show multiple views in a frame window without using a splitter.
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.
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.
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.
How to create a single-document application by using a multi-document interface (MDI). You may have zero or one documents at a time.
SDI Projects have one View associated with one document. This article lets you use more than one view dynamically.
So you want to use the new style of dialog where you pick an option from a tree on the left and the appropriate form shows up on the right. This article shows you were to start and how to accomplish this!
Adding a Document Selector to a MDI Application
Adding a Customozied 'More Windows...' Dialog to an MDI Application
Creating an (MDI) app that ALWAYS displays two views of the same document
Multiple frame windows in SDI application
Separating the views of an MDI application into different DLLs
Replacing a view in an in-place activated server
Switching to other view in a doc-view application
SDI Interface with Multi-Views and Multi-Splitters
Home made MDI windows list in Window menu
Replacing a view in a doc-view application
Loading a FormView based on the Screen Resolution
Multiple views for a single document (MDI) 3
MultiSingle (MSDI) Document interface with DAO doc