I am setting a timer using the window's SetTimer function and handling the message in the window's OnTimer handler. This seems to work fine for a while. However, I wish the timer to be active indefinately and after a few days it appears to no longer be signalling.
Is there a limit on how long the timer will keep firing?