Timer Control

Started by Haakon Birkeland, May 06, 2005, 12:06:49 AM

Previous topic - Next topic

Haakon Birkeland

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.
Haakon 8o)

Roger Garstang

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.