ARGH
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / FormDemo / Readme.txt
1 FormDemo Example\r
2 ================\r
3 This program has a frame window which includes a Tool Bar and \r
4 Status Bar.  A modeless dialog is used as the view window of our frame.\r
5 \r
6 This project uses an FormDoc class to store the various Form settings, and\r
7 save these to the registry. This is much like the Doc/View approach used\r
8 in many MFC applications. \r
9 \r
10 \r
11 Features demonstrated in this example\r
12 =====================================\r
13 * Use of CFrame to provide a frame window\r
14 * Using a modeless dialog as a view window for the frame.\r
15 * Implementing a Doc/View architecture much like MFC.\r
16 * Saving the dialog's settings in the registry.\r
17 \r
18 \r
19 About Dialogs\r
20 =============\r
21 Dialogs are easy to create, provided we have access to a resource \r
22 editor to build the resource script file for us (often called\r
23 resource.rc). Commercial compilers usually include a resource editor\r
24 for this purpose, but free compilers generally don't. For a free \r
25 resource editor, try resedit from here: http://www.resedit.net/\r
26 \r
27 \r
28 \r

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