C# timer won't tick
Posted
by Andrej
on Stack Overflow
See other posts from Stack Overflow
or by Andrej
Published on 2010-03-19T06:38:38Z
Indexed on
2010/03/19
6:41 UTC
Read the original article
Hit count: 560
hi,
i have a strange problem... I've been going out of my mind for the past couple of hours... the timer i put in my winform code (from the toolbar) won't tick...
I have timers on a couple of forms in my program, they all work fine... I try to do exactly the same it this it won't tick... I select it, drag it on to a form, enable it, set interval and handle the tick event... and nothing happens... i even tried putting random code like messagebox.show in the tick event just to see if anything happens, and nothing!!! as I said, a have a couple of more timer in my program (on other forms, not in the one i'm trying to put this timer) and they all work fine...
any suggestions?
thanks in advance!
© Stack Overflow or respective owner