Merge branch 'master' of git.ucc.asn.au:/matches/honours
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / DialogResizing / Readme.txt
1 Resizing Dialog Example\r
2 =======================\r
3 This program simply displays a modal dialog that can be resized. \r
4 \r
5 Features demonstrated in this example\r
6 =====================================\r
7 * Using a dialog as an application\r
8 * Using CDialog to display a dialog defined a resource script (resource.rc)\r
9 * Using CResizer to manage the resizing of the dialog.\r
10 \r
11 \r
12 About Dialogs\r
13 =============\r
14 Dialog applications are easy to create, provided we have access to a \r
15 resource editor to build the resource script file for us (often called\r
16 resource.rc). Commercial compilers usually include a resource editor\r
17 for this purpose, but free compilers generally don't. For a free \r
18 resource editor, try resedit from here: http://www.resedit.net/\r
19 \r

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