Homework
Provide a brief definition of the following terms (in the interface
programming context):
- Local variable
- Global variable
- Constant variable
- Static variable
AddressBookZip.zip
- Make a UserControl consisting of two TextBoxes.
- On the Form make a panel with a number of your UserControls.
- Read the address file (names and phones numbers actually) and
display the first few in the TextBoxes.
- Have Forward and Back buttons that allow the user to move
through the list. (It's possible that at the end not all of the
UserControls will be filled with data.)
- Disable Back when the user is at the beginning; disable Forward
when the user is at the end.
- (If you are looking for a bit more of a challenge, allow the user
to edit an entry. The edit should be written to the text file, so that it
appears the next time the program is run.)
- (Another thing to try is to allow the user to add an entry.)
Due: Nov. 12