Answer the question
In order to leave comments, you need to log in
How to increase Timer.Interval timer period?
Hello colleagues. I use a timer in the program
timer1 = new System.Windows.Forms.Timer();
timer1.Interval = int.Parse(stringSettins[6]) * 1000; // 1 800 000 - 30 минут 600 000 - 10 минут
timer1.Tick += timer1_Tick;
timer1.Enabled = true;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question