Hi All
I am using VB.net 2008 and use timer controls within my applications
Question
Does the code in a Timer control.tick event run on a different thread to the
main Application thread (UI Thread)?
In some of the timers I update some UI controls e.g statusbar.label s and I
am wondering if I should be doing this if the code is running in a different
thread
Regards
Steve
I am using VB.net 2008 and use timer controls within my applications
Question
Does the code in a Timer control.tick event run on a different thread to the
main Application thread (UI Thread)?
In some of the timers I update some UI controls e.g statusbar.label s and I
am wondering if I should be doing this if the code is running in a different
thread
Regards
Steve
Comment