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
Robert Schwer
NA
19
2.3k
Change Interval time of System.Windows.Forms.Timer
Sep 22 2020 3:49 AM
Hello,
is it possible to change the Timer.Interval time after start of the timer.
I do this al follows:
int iTimerNewIntervalTime = 400;
Timer.Stop();
Timer.Interval = iTimerNewIntervalTime;
Timer.Start();
It would be wrong to say nothig happens.
It is so that the timer no longer triggers a tick event.
Can someone tell me why that is.
And how can I change the time during the runtime?
Thanks a lot.
Reply
Answers (
5
)
webform asymmetric algorithm file encryption and decryption
SQL Time out Exception