Dynamically Change a List

Modify the previous exercise, so that
  1. When the user selects a month, your program will automatically adjust the list for days.
  2. When the user clicks the button, your program will calculate what day the selected day is, and show a message like "2013-06-04 is Tuesday".
  3. You may need the function GetCount and DeleteString.