df5d0d61e4e681fbb79bd79492db8d76036c06a4
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / Tray / Readme.txt
1 Tray Example\r
2 ==============\r
3 This project demonstrates how to create an application which can be minimised\r
4 to the system tray, and restored.\r
5 \r
6 \r
7 Features demonstrated in this example\r
8 =====================================\r
9 * Inheriting from CWinApp to start Win32++\r
10 * Inheriting from CWnd to create a view window\r
11 * Using a resource script (resource.rc) to add an icon and window caption\r
12 * Processing window messages in CView::WndProc\r
13 * Overriding PreCreate to set the initial window parameters\r
14 * Overriding OnDraw to draw text on the window's device context\r
15 * Adding a menu to a simple window\r
16 * Using TRACE to ouput debug text\r
17 * Use of Shell_NotifyIcon to add an icon to the system tray

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