Sunday, July 12, 2009

In c# visual studio express 2005 is there a timer function?

in my photodisplay program i wnat to set an interval between screen displays.

In c# visual studio express 2005 is there a timer function?
Yes, there is a timer control. You can set at what intevervals you want it to tick, down to 1 millisecond. then you can handle your event in the Timer_tick event. Below is a link to a program written with Visual Studio Express C#.








http://www.download.com/ScoreboardBB/300...


ScoreboardBB - Free Software Downloads and Software Reviews - Download.com


Hope that helps!


No comments:

Post a Comment