Skip to main content
Home Forums Silverlight Programming Programming with .NET - General How can I make my DispatcherTimer tick more frequent than 60 times per second?
1 replies. Latest Post by sl.ayer on July 2, 2009.
(0)
Grey Matter
Member
39 points
108 Posts
07-02-2009 5:26 PM |
Even when I set:
myTimer.Interval = new TimeSpan(0, 0, 0, 0, 1);
it doesn't tick more than 60 times/second.
There's another strange thing: when I set it's Interval = 20 msec it ticks 30 times per second, but it must make 50 ticks per second because 1 msec = 1/1000 sec.
I can't understand what's wrong?
sl.ayer
Participant
852 points
164 Posts
07-02-2009 6:17 PM |
Read this http://silverlight.net/forums/t/78615.aspx