This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

unable to reset timer

hi, i have a timer which is being called each second. when i give timeout less then 1 second then the code executes properly and goes to event handler. but when the timeout is more than 1 second then code stops and goes to main function.

how can i make my code such that each time when the timer timeout is more than 1 second then it restarts itself and goes to handler.

thanks!!

Related