MINMDI: Demonstrates a Bare-Bones MDI Application
MINMDI is a bare-bones multiple document interface (MDI) application that shows the minimum work needed to set up and maintain MDI child windows within an MDI frame window. You can use this application as a starting point for your own experimentation with the MDI interface.
The MINMDI source code illustrates the following concepts:
MFC MDI application structuring
Coordinating MDI frame and child classes
MINMDI requires special MFC libraries and include files; see the "MFC Libraries" and "MFC Include Files" abstracts to copy these files to your development system. MINMDI uses the following libraries: SLIBCEW.LIB (C Windows runtime library), LIBW.LIB (Windows library), and either SAFXCW.LIB (MFC small-model Windows retail library) or SAFXCWD.LIB (MFC small-model Windows debug library).
To build this application, you must have Microsoft C/C++ version 7.0 installed on your system.
{ewc navigate.dll, ewbutton, /Bcodeview /T"Click to open or copy files in the minmdi project." /C"samples}