Multiple Views Layout Without a Splitter
Rating: none
John Z. Czopowik VC++ MVP - 01/25/2007
Learn how to show multiple views in a frame window without using a splitter.[Updated] A Deterministic Method of Determining a Document's Modified State
Rating: 




Jeffrey Walton - 11/29/2006
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.
Puzzle, a Game with the MFC Doc/View Architecture (SDI/MDI)
Rating: 




Georges Dumond - 06/02/2005
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
Rating: 




Michal Mecinski - 09/11/2003
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.
Zero or One Document Interface (ZODI)
Rating: none
Vadim Sukhorukov - 01/22/2003
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
Rating: none
Ralph Varjabedian - 10/11/2002
SDI Projects have one View associated with one document. This article lets you use more than one view dynamically.
Dialog Switcher Using a Tree Control
Rating: 




Andrew Walker - 11/19/2001
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
Rating: 




Yogesh Jagota - 03/11/2000
Adding a Document Selector to a MDI Application
Adding a Customozied 'More Windows...' Dialog to an MDI Application
Rating: none
Yogesh Jagota - 02/29/2000
Adding a Customozied 'More Windows...' Dialog to an MDI Application
MDI Windows Manager dialog
Rating: none
Ivan Zhakov - 12/29/1999
MDI Windows Manager dialog
Implementing Full-Screen Mode
Rating: none
Adolf Szabo - 07/14/1999
Implementing Full-Screen Mode
Creating an (MDI) app that ALWAYS displays two views of the same document
Rating: none
Jason Teagle - 06/19/1999
Creating an (MDI) app that ALWAYS displays two views of the same document
Multiple frame windows in SDI application
Rating: 




Ole Lennert - 04/03/1999
Multiple frame windows in SDI application
Separating the views of an MDI application into different DLLs
Rating: none
JS Byju - 04/03/1999
Separating the views of an MDI application into different DLLs
Replacing a view in an in-place activated server
Rating: none
Jorge Lodos - 03/02/1999
Replacing a view in an in-place activated server
Switching to other view in a doc-view application
Rating: none
Jorge Lodos - 03/02/1999
Switching to other view in a doc-view application
SDI Interface with Multi-Views and Multi-Splitters
Rating: 




Jean-Claude Lanz - 02/14/1999
SDI Interface with Multi-Views and Multi-Splitters
Home made MDI windows list in Window menu
Rating: 




Sergey Karyshev - 01/15/1999
Home made MDI windows list in Window menu
Replacing a view in a doc-view application
Rating: 




Jorge Lodos - 01/15/1999
Replacing a view in a doc-view application
Loading a FormView based on the Screen Resolution
Rating: 




Sunil B.G. - 12/09/1998
Loading a FormView based on the Screen Resolution
How to skip the New Document dialog
Rating: none
Petr Stejskal - 12/09/1998
How to skip the New Document dialog
Multiple views for a single document (MDI) 3
Rating: none
Pat Laplante - 12/08/1998
Multiple views for a single document (MDI) 3
Multiple Views Using SDI
Rating: none
Richard_Stringer - 12/02/1998
Multiple Views Using SDI
MultiSingle (MSDI) Document interface with DAO doc
Rating: 




Lanz Jean-Claude - 08/06/1998
MultiSingle (MSDI) Document interface with DAO doc
Custom Window Class for View Window
Rating: none
Tyler Bindon - 08/06/1998
Custom Window Class for View Window
Multiple views for a single document (MDI) 2
Rating: 




Chris Kirby - 08/06/1998
Multiple views for a single document (MDI) 2
Multiple Views for a Single Document (MDI)
Rating: none
Adrian Roman - 08/06/1998
Multiple views for a single document (MDI)
MultiSingle (MSDI) Document interface
Rating: none
Lanz Jean-Claude - 08/06/1998
MultiSingle (MSDI) Document interface
Window Positions/Sizes
Non-Resizable, Non-Movable Window
Rating: none
Siarhei Akulich - 02/26/2003
If you want to work with nonresizable, nonmovable windows, insert this code into your project (SDI or MDI applications). (The article was updated.)Saving Window Placement Information
Rating: none
Caliban Tiresias Darklock - 02/18/2001
Shows the do's and don'ts of saving window placement information
CWindow::ResizeClient() Function for CWnd (or derived classes)
Rating: none
Christian Perger - 01/26/2001
Function that enables the resizing of a window to the specified client area size of a CWnd or derived class
Another Method to Save/Restore Window Position/Size
Rating: none
HanYong Kim - 05/15/1999
Another Method to Save/Restore Window Position/Size
Restoring Window Position
Rating: none
Yonat Sharon - 08/06/1998
Restoring Window Position
