MDIFrame Example ================ This project demonstrates the use of the CMDIFrame class to display a MDI frame window. MDI (Multiple Document Interface) frames allow different types of view windows to be displayed simultaneously. The more common SDI (Single Document Interface) frames only display a single view. This is a very simple project which could be used as a starting point for your own MDI frame based applications. Features demonstrated in this example ===================================== * Use of CMDIFrame and CMDIChild classes to implement a MDI frame * Enabling/Disabling various frame features in OnCreate, namely: - show/hide toolbar and menu status in the status bar. - show/hide indicators in the status bar. - Use/don't use a rebar in the frame. - Use/don't use themes. - Use/don't use a toolbar in the frame. * Setting the MDI Frame's toolbar. * Setting the view window for the CMDIChid. * Setting the seperate menu for the CMDIChild. * Reponding to the MDI specific commands in CMDIFrame::OnCommand