I'm using a class Alarm:
and I have a list of Alarm objects. I want to be able to set a list of alarms, not just one. The problem is I need a Timer_Tick() method for each of them, and I don't know how to implement this.VB Code:
Public Class Alarm Public message As String Public alarmTime As Date Public fileToPlay As String Public play, showMessageBox, showPopupMessage As CheckState Public timer As Timer End Class
Any suggestions? Thank you.




Reply With Quote