求VB如何到指定时间就执行代码
2个回答
展开全部
最简单的做法就是用时间控件:
private sub trimer1_timer()
if time="12:00:00" then '定义自己需要的时间
call mysub '执行自定义过程
timer1.enabled=false
end if
end sub
private sub trimer1_timer()
if time="12:00:00" then '定义自己需要的时间
call mysub '执行自定义过程
timer1.enabled=false
end if
end sub
追问
怎样能设置北京时间??
追答
private sub trimer1_timer()
if time="12:00:00" then '定义自己需要的时间(这就是北京时间)
call mysub '执行自定义过程
timer1.enabled=false
end if
end sub
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询