fonebone
07-17-2003, 06:58 PM
In my Alarm Clock, how can I extract the current set Alarm Time from this code:
CurrentTime = (Int(Timer) / 10) * 10
StopTime = (WinAlarm.ListTime.ListIndex)
StopTime = StopTime * 900 'seconds (15 minutes)
If StopTime = CurrentTime Then
AlarmMessage.Show
End If
..and then put it at the end of the System Tray icon Tool Tip Message:
TrayI.szTip = "Alarm Call set for: ? ? ? ? "
Thanks in advance
CurrentTime = (Int(Timer) / 10) * 10
StopTime = (WinAlarm.ListTime.ListIndex)
StopTime = StopTime * 900 'seconds (15 minutes)
If StopTime = CurrentTime Then
AlarmMessage.Show
End If
..and then put it at the end of the System Tray icon Tool Tip Message:
TrayI.szTip = "Alarm Call set for: ? ? ? ? "
Thanks in advance