Timer Doesn't Stop!

  • Thread starter Thread starter Tim Cowan
  • Start date Start date
T

Tim Cowan

Hi

I have created a C# app that checks a table every n seconds and if it finds
something it sends the email. The only problem is if you close the
application, the timer keeps going??

I have coded it so that I stop the clock -> send the mail -> then start the
clock but it doesn't stop.

How can I run something like this, that needs to wait n seconds before it
executes some code?

Thanks

Tim
 
What makes you think the timer is still running if the application is
closed? Can you elaborate a bit?

-sb
 
Back
Top