June 2003
Intermediate to advanced
624 pages
12h 41m
English
With the basic Windows programming skills under our belts, we'll take a look at working with basic Windows controls next. There are many controls available, from buttons to tree views. To get a look at how the basic Windows controls work, take a look at the ch07_04 example, which appears in Figure 7.10. We'll take a look at handling the various controls in this example next.

You use label controls to display text that the user isn't supposed to change at runtime, such as the result of some long calculation. The label in ch07_04 displays the text "Windows Controls", and ...