Valhalla Legends Archive

Programming => General Programming => Visual Basic Programming => Topic started by: Reaper~ on January 21, 2005, 12:33 PM

Title: Internet Timer
Post by: Reaper~ on January 21, 2005, 12:33 PM
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.  :-\
Title: Re: Internet Timer
Post by: Ban on January 21, 2005, 07:25 PM

Private Sub Timer_Elapse()
Static Min As Integer


You should be able to figure it out from there :)