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!
Subscribe to:
Post Comments (Atom)
 
No comments:
Post a Comment