Exercise: List Box Controls

  1. Use three list boxes to represent Month, Day, and Year, respectively.
  2. When the user click the button, show the date chosen by the lists.
  3. To keep it simple, the output may look like "Your choice is 2014-06-13".
    ex-listbox.png
  4. Bonus: If you want to show the message like "Your choice is Jun. 13, 2014", you may need the GetText() member function.
  5. Bonus: Try to automatically select today when the form is initialized.