Merge branch 'master' of git.ucc.asn.au:/matches/honours
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / TaskDialog / ReadMe.txt
1 TaskDialog\r
2 ==========\r
3 \r
4 A task dialog is a dialog box that can be used to display information \r
5 and receive simple input from the user. Like a message box, it is \r
6 formatted by the operating system according to parameters you set. \r
7 However, a task dialog has many more features than a message box.\r
8 \r
9 NOTE: The prerequisites for Task Dialogs are as follows:\r
10 - Only supported on Windows Vista and above\r
11 - Requires XP themes enabled.\r
12 \r
13 This program uses CTaskDialog to create a task dialog\r
14 \r
15 Features demonstrated in this example\r
16 =====================================\r
17 * Specifying the Task Dialog's options and text\r
18 * Specifying the Task Dialog's common buttons\r
19 * Adding Command Buttons\r
20 * Adding Radio buttons\r
21 * Setting the Task Dialog's main and footer icons\r
22 \r

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