PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Haakon Birkeland on May 06, 2005, 12:06:49 AM

Title: Timer Control
Post by: Haakon Birkeland on May 06, 2005, 12:06:49 AM
Is it possible to change the time value in the timer control while the program runs?
I would like to give the user be ability to change the time interval when to check his email.

Bert

From what I am reading I am better off creating the timer manually, then kill it if I get a new value and then create a new SetTimer with the new value.
Title: Timer Control
Post by: Roger Garstang on May 06, 2005, 12:47:01 AM
Yup, that would be the best way.  I don't have the specs in front of me right now, but I don't think you even need to kill it if you are just changing its time value.