Timer in Silverlight - Stack Overflow most recent 30 from stackoverflow.com 2009-12-08T14:41:00Z http://stackoverflow.com/feeds/question/839875 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/839875/timer-in-silverlight 2 Timer in Silverlight fARcRY 2009-05-08T13:52:45Z 2009-07-24T10:25:54Z <p>Is there another Timer object that can be used in Silverlight except for the System.Threading.Timer object?</p> http://stackoverflow.com/questions/839875/timer-in-silverlight/839928#839928 6 Answer by AndrewS for Timer in Silverlight AndrewS 2009-05-08T14:02:53Z 2009-05-08T14:02:53Z <p>Check out the DispatcherTimer: <a href="http://msdn.microsoft.com/en-us/library/system.windows.threading.dispatchertimer%28VS.95%29.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/system.windows.threading.dispatchertimer(VS.95).aspx</a></p> http://stackoverflow.com/questions/839875/timer-in-silverlight/1176831#1176831 0 Answer by machina_pl for Timer in Silverlight machina_pl 2009-07-24T10:25:54Z 2009-07-24T10:25:54Z <p>storyboard is a timer too</p>