I want to do stuff every minute on the minute (by the clock) in a windows forms app using c#. I\'m just wondering whats the best way to go about it ?
I could use a t
Running a bit of code to see if the minute has changed once per second should not require much CPU time, and should be acceptable.