X-Git-Url: https://git.ucc.asn.au/?p=matches%2Fhonours.git;a=blobdiff_plain;f=research%2Ftransmission_spectroscopy%2FTOF%2FWin32%2B%2B%2Fsamples%2FTray%2FReadme.txt;fp=research%2Ftransmission_spectroscopy%2FTOF%2FWin32%2B%2B%2Fsamples%2FTray%2FReadme.txt;h=df5d0d61e4e681fbb79bd79492db8d76036c06a4;hp=0000000000000000000000000000000000000000;hb=70a96cca12cb006506461d26cd112bab179fe74c;hpb=8caf60af39689a3546074f0c68d14c3a2e28191e diff --git a/research/transmission_spectroscopy/TOF/Win32++/samples/Tray/Readme.txt b/research/transmission_spectroscopy/TOF/Win32++/samples/Tray/Readme.txt new file mode 100644 index 00000000..df5d0d61 --- /dev/null +++ b/research/transmission_spectroscopy/TOF/Win32++/samples/Tray/Readme.txt @@ -0,0 +1,17 @@ +Tray Example +============== +This project demonstrates how to create an application which can be minimised +to the system tray, and restored. + + +Features demonstrated in this example +===================================== +* Inheriting from CWinApp to start Win32++ +* Inheriting from CWnd to create a view window +* Using a resource script (resource.rc) to add an icon and window caption +* Processing window messages in CView::WndProc +* Overriding PreCreate to set the initial window parameters +* Overriding OnDraw to draw text on the window's device context +* Adding a menu to a simple window +* Using TRACE to ouput debug text +* Use of Shell_NotifyIcon to add an icon to the system tray \ No newline at end of file