fguihen Posted February 11, 2004 Posted February 11, 2004 i have a timer which runs when a button is pressed. this performed an action (painted stuff on screen). now i added a thread which contains a method that loops continously , looking for data on the COMM port, and hangs on the BinaryReader.Read();, until i send data in the comm port. now , since i added this thread, the timer doesnt work. the line timer1.start(); gets fired, but the timer does not start. i dont know why. any ideas? Quote
*Gurus* Derek Stone Posted February 11, 2004 *Gurus* Posted February 11, 2004 It depends on the type of timer. http://msdn.microsoft.com/msdnmag/issues/04/02/TimersinNET/default.aspx Quote Posting Guidelines
fguihen Posted February 12, 2004 Author Posted February 12, 2004 its just a regular timer. i dont know any dirrerent timers. i put any cond inside the tick method Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.