Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Timer not working, maybe a problem with threading...help!!!

Status
Not open for further replies.

BrianJH

Programmer
May 26, 2003
26
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top