本文介绍了秒表问题,的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
当我按下按钮时,我会调用计时器"表格:
When I press the button, I call the timer''form:
StopWatch.Show()
'StopWatch.Timer1.Start()
完成后,我将停止计时器:
When I''m finished, I''m stop the timer:
StopWatch.Timer1.Stop()
TextBox6.Text = StopWatch.TextBox1.Text
StopWatch.Close()
问题是,当我通过执行操作启动计时器时,计时器变得比我单独调用计时器表单时要慢.
是什么问题?
The problem is, when I start the timer with doing an operation, the timer become slower than when I call the timer form alone.
What is the problem?
推荐答案
这篇关于秒表问题,的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!