回复 2楼 yuma
dim time as single
private sub command1_click()
timer1.enableed=true
time=0
end sub
private sub timer1_timer()
time=time+1
label1.caption=time\2
if csng(label1.caption)=csng(text1.text) then
timer1.enabled=false
end if
end sub
代码是这样 同样的代码 分别在xp win7 win10运行 win7的计时会出问题
大神帮我看看把