Timer issue

Trips

Well-known member
Joined
Aug 7, 2010
Messages
2,788
Hi,
I am new to C#. I am using timer with interval 125 milliseconds to add a counter and process some code. However, I found that there is timeout error. I am thinking the timer couldnot process the code fast enough within the 125 millisecond. Is there any other
faster way to process some code with given an interval ? I tried to use thread also in vain because thread will delay my code further. Please help many Thanks

Halim

View the full article
 
Back
Top