Commit before breaking everything
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / MDIFrame / Readme.txt
1 MDIFrame Example\r
2 ================\r
3 This project demonstrates the use of the CMDIFrame class to display a MDI frame\r
4 window. MDI (Multiple Document Interface) frames allow different types of view\r
5 windows to be displayed simultaneously. The more common SDI (Single Document \r
6 Interface) frames only display a single view.\r
7 \r
8 This is a very simple project which could be used as a starting point for your\r
9 own MDI frame based applications.\r
10 \r
11 \r
12 Features demonstrated in this example\r
13 =====================================\r
14 * Use of CMDIFrame and CMDIChild classes to implement a MDI frame\r
15 * Enabling/Disabling various frame features in OnCreate, namely:\r
16    - show/hide toolbar and menu status in the status bar.\r
17    - show/hide indicators in the status bar.\r
18    - Use/don't use a rebar in the frame.\r
19    - Use/don't use themes.\r
20    - Use/don't use a toolbar in the frame.\r
21 * Setting the MDI Frame's toolbar.  \r
22 * Setting the view window for the CMDIChid.\r
23 * Setting the seperate menu for the CMDIChild.\r
24 * Reponding to the MDI specific commands in CMDIFrame::OnCommand\r

UCC git Repository :: git.ucc.asn.au