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!!