Hello,
I have two timers in my app and multiple threads. I will show you how I am working with them:
(threads running)
Main Thread ( program starts )
timer 1,2 created as friend withevents
timer 1 started in form.load event
---On button event, new thread ( listen thread for udp
socket )
timer 2 started
I am not getting the tick for the second timer. I have recreated it, changed the interval, etc. nothing seems to work.
Here is the link to my code: should someone need to see it.
Thank you,
Brian
I have two timers in my app and multiple threads. I will show you how I am working with them:
(threads running)
Main Thread ( program starts )
timer 1,2 created as friend withevents
timer 1 started in form.load event
---On button event, new thread ( listen thread for udp
socket )
timer 2 started
I am not getting the tick for the second timer. I have recreated it, changed the interval, etc. nothing seems to work.
Here is the link to my code: should someone need to see it.
Thank you,
Brian