Quote Originally Posted by monalin View Post
This is my recomendation as well. As it is recommended by the documentation and will result in cleaner code.
Thats if you dont mind a timer being slightly off some times. The System.Windows.Forms timer works pretty good but if you have a time critical application then the System.Timers.Timer or System.Threading.Timer is a better choice.