
 BLANDMDI: Skeleton MDI Sample Application
 
 BLANDMDI demonstrates the minimum amount of source code
 required to create a multiple document interface (MDI)
 application. (The MULTIPAD sample application demonstrates
 a more complex MDI application with editing capabilities.)
 
 BLANDMDI's File New command creates a new document window.
 The Window menu provides commands for tiling or cascading
 document windows, arranging icons, and closing all
 document windows. A list of document windows, with the
 active window indicated by a check mark, appears after all
 other Window menu items.
 
 BLANDMDI was built and tested under Microsoft(R)
 Windows(TM) version 3.1.
 
 KEYWORDS: MDI; DefMDIChildProc; WM_MDITILE; WM_MDICASCADE;
 WM_MDIICONARRANGE; WM_MDIDESTROY; MDICREATESTRUCT;
 TranslateMDISysAccel; DefFrameProc;
 
 TAGS:
