Thursday, May 1, 2008

C# Timer Control

In C#.NET, in order to do a certain task repeatedly after specific time interval you have to use the Timer control. Today I had to use it for a small project (to repeatedly send request to a web service). I just used Google and found some nice and easy articles. I think it's worth sharing couple of them to save your google time :)
And of course you can look at MSDN (though sometimes I find it time consuming to learn something from MSDN).

No comments: