Monday, November 16, 2009

windows forms timer

there are following types of Timers available in c#

1 vote down star


System.Threading.Timer,
System.Timers.Timer, and
System.Windows.Forms.Timer

and in some cases using one in place of another helps sometimes. :-)

No comments: