1. Instructions Step 4; Add names to text box not drop-down list
  2. Instructions Step 6; Add data to text box using a combo-box control, like the Movie Application in the book
  3. During Run-Time nothing is typed, you select birthdays from the combo-box control and add them to the multiline text box by clicking the Add Birthday command button.

Summary: The combo-box control data should be filled in with birthdays from the web page using the List property at Design-Time. When the program runs the user should select one of the birthdays from the combo-box control and add it to the multiline text box at the bottom by clicking the Add Birthday command button. This program now works exactly like the Movie Application in Chapter 2 so that the code can be used from the Enter command button in the chapter allowing for your control name differences.

 | Assignments | Outputs | Requirements |