TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Darren Duffy
NA
7
1.6k
Car Timer
Jan 12 2015 6:39 PM
Trying to find away to get my car image to slow down from an initial fast speed before stopping using this timer. Can someone offer some help please I don't no how to link my image to these calculations
private
int
speedCounter = 100;
//Speed for this many intervals
private
void
timer1_Tick(
object
sender,
EventArgs
e)
{
if
(speedCounter > 0)
{
--speedCounter;
if
(timer1.Interval < 600)
{
timer1.Interval++;
}
else
timer1.Enabled =
false
;
}
}
Reply
Answers (
3
)
question aboat reportin by asp.net
how to tiff file to print in c# winform (urgent)