Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » timers   (RSS)

Make a Silverlight Timer (Silverlight 2)

I've seen several questions related to timers on forums and in internal mail so I thought I'd toss up a simple example. To create a timer, you have to use the DispatcherTimer in the System.Windows.Threading namespace. Here's an example of a simple counter
 
Page view tracker