Hi,
I have a form that I have added a timer control to. I can then of course use the tick event to manage what happens on the interval I specify. My problem now is that I would like to create a timer dynamically using
I can set the interval, and start / stop etc.. but how do I manage the tick event. Is there a way of doing this?
Any help would be appreciated.
Thanks,
N
I have a form that I have added a timer control to. I can then of course use the tick event to manage what happens on the interval I specify. My problem now is that I would like to create a timer dynamically using
Code:
Dim l_timer as new Windows.Forms.TimerAny help would be appreciated.
Thanks,
N