奥礼网
新记
请问在VB中怎么延时timedelay
sub delay(delay time as long)这句话是红的,有错误
举报该文章
相关建议 2006-10-18
在模块中定义函数
sub delay(delay time as long)
for i=1 to delaytime
doevents
next i
end sub
在窗体中写下:
delay(1000)
表示延时一秒!
温馨提示:内容为网友见解,仅供参考
当前网址:
https://aolonic.com/aa/an5nggg4.html
其他看法
第1个回答 2012-02-25
public sub delay(delaytime as long) '变量名称不能有空格
for i=1 to delaytime
doevents
next
end sub
相似回答
大家正在搜
相关问题
vb中timedelay1000后面的数字代表的是多长时间呢
VB6.0中如何设置延时
vb延时方法
VB 延时函数
vb中如何实现延时功能?
如何把VB中延时函数的延时时间使用变量
VB的延时1秒命令怎么写,在线给分