VB 07
VB 07
Reloaded
Chapter Seven
More on the Repetition Structure
Overview
NumericUpDown control
NumericUpDown
control
Figure 11.10 | Multiline TextBox with vertical scrollbar added to the Form.
Figure 7-18: Result of processing the text box’s Enter event procedure
■ TextChanged event
– Occurs when a change is made in a control’s Text
property
– Change may be made by user or the program
Figure 7-21: Result of processing the text box’s TextChanged event procedure
Figure 7-25: Sample run of the Payment Calculator application using a combo box
Figure 7-32: Code entered in the View button’s Click event procedure