3 This project demonstrates how to create an application which can be minimised
\r
4 to the system tray, and restored.
\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