码迷,mamicode.com
首页 > 其他好文 > 详细

VBS定时关闭的弹窗

时间:2014-11-26 18:21:03      阅读:658      评论:0      收藏:0      [点我收藏+]

标签:sp   div   bs   nbsp   text   ip   函数   shell   print   

‘类似msgbox
‘定时停留弹出框函数
Sub Print(text,timeout,title)
    Dim WshShell
    Set WshShell = CreateObject("WScript.Shell")
    WshShell.Popup text,timeout,title
    Set WshShell = nothing
End Sub

 

用法:
Print "弹窗显示的内容",10,"对话框在10秒内自动关闭!"

VBS定时关闭的弹窗

标签:sp   div   bs   nbsp   text   ip   函数   shell   print   

原文地址:http://www.cnblogs.com/futrueface/p/4123411.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!