FIT
100
© Copyright University of Washington 1999-2000
On The Specification Of The Day ...
v
The day is simply a number that is typed in
v
It should be saved in a variable for later use
Logic for Textbox
…
dayPick = txtDay.Text
...
The text box is a control that will
be named “
txtDay
”.
Its content is
referred to as its property “
Text
”.
To refer to any property write
<control name>.<property>