ARGH
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / Simple / Readme.txt
1 Simple Example\r
2 ==============\r
3 This project demonstrates how to use Win32++ to create a simple window.  The\r
4 CView class controls the view window. The CSimpleApp starts Win32++ and runs\r
5 the message loop.\r
6 \r
7 \r
8 Features demonstrated in this example\r
9 =====================================\r
10 * Inheriting from CWinApp to start Win32++\r
11 * Inheriting from CWnd to create a view window\r
12 * Using a resource script (resource.rc) to add an icon and window caption\r
13 * Processing window messages in CView::WndProc\r
14 * Overriding PreCreate to set the initial window parameters\r
15 * Overriding OnDraw to draw text on the window's device context\r
16 * Using TRACE to ouput debug text

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