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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top