Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Table 2-5 lists each object shown on the interface in Figure 2-15, along with its

intended
use, and any events for that control that can be foreseen at this time, such as the
click
event for a button. The Event column is reserved for user interactions, such as
clicking a
button, which will trigger an event-handler to respond. Thus, the Event column is
intentionally left blank for controls that the user will only view or enter data into.
Event-handlers are where most of your Visual C++ code writing will take place. For
this reason, it is important to identify them early.

You might also like