June 2003
Intermediate to advanced
624 pages
12h 41m
English
There are a number of essential Windows skills that are demonstrated in the ch07_03 project in the code for this book, which you can see at work in Figure 7.6. For example, clicking the See Message button in this application displays the message "No worries!" in the application's text box, as you see in Figure 7.6. Clicking the Maximize window button maximizes the window, and so on.

Besides the buttons and the text box you see in Figure 7.6, note that this application also uses a label control to display the message "Windows Applications". Labels are simple controls similar ...