Change the add and remove so that they add and remove records from a database of alarms. Also, now allow the user to customize the message that appears when the alarm goes off. In other words, each alarm time can have a different message. Don't remove an alarm after it goes off - just ignore it until tommorow.
So that I can grade your application, we need to all use the same database. Name it c:\alarms.mdb. It should contain fields named ID, Hour, Min, Text. Hour ranges from 0 to 23. Min ranges from 0 to 59. Text contains the message to show when the alarm goes off.
Email your program to dannellys@winthrop.edu with the subject "Your Name - C# Lab 10" by the beginning of class on December 5.