Commit before breaking everything
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / Threads / Readme.txt
1 Threads Example\r
2 ==============\r
3 This project demonstrates the ability of Win32++ to create windows in\r
4 different threads. Each thread containing a window runs a message loop.\r
5 \r
6 The CTestWindow class inherits from both CWnd and CThread. When the class is\r
7 instanciated, a new thread is created in the suspended state. When the thread\r
8 is resumed, it runs the InitInstance function which creates the window.\r
9 \r
10 \r
11 Features demonstrated in this example\r
12 =====================================\r
13 * How to create a thread that is initially suspended\r
14 * How to create windows in different threads\r
15 * Using PostMessage to communicate information between threads\r
16 * Using PostQuitMessage to end a GUI thread\r
17 * Using the CThread class\r

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