C
Curt Gough
I have a question about the Timer_Tick event. If I have a timer set to
"tick" every 60 seconds, and the code that is run when the event is raised
takes longer than 60 seconds to run, will the even reset, or will it wait
until my code is completed to raise the Tick event? In other words, when the
60 seconds have elapsed, will VB halt my code and re-raise the Timer_Tick
event?
TIA
"tick" every 60 seconds, and the code that is run when the event is raised
takes longer than 60 seconds to run, will the even reset, or will it wait
until my code is completed to raise the Tick event? In other words, when the
60 seconds have elapsed, will VB halt my code and re-raise the Timer_Tick
event?
TIA