Valhalla Legends Forums Archive | Visual Basic Programming | Internet Timer

AuthorMessageTime
Reaper
I want to have a setting so if the user wishes to be notified every hour they are online a message box will pop up telling them. But I'm not to sure how to get it to work.  :-\
January 21, 2005, 6:33 PM
Ban
[code]
Private Sub Timer_Elapse()
Static Min As Integer
[/code]

You should be able to figure it out from there :)
January 22, 2005, 1:25 AM

Search