小编gra*_*117的帖子

VBSCRIPT MsgBox VbYesNo倒计时

试图寻找答案,一切都太简单了,或者与我需要的不符。我有一个消息框,我让它正确显示信息。我有一个是和否按钮。我想要一个计时器,所以当计时器用完时,它会继续。如果有人点击是,它会继续执行代码,如果他们点击否,那么它会将用户返回到其他地方。这就是我所拥有的,请帮助。

akey = MsgBox ("Image OS = " & ImageType & vbcrlf & _
  "ComputerName = " & ComputerName & vbcrlf & _
  "TimeZone = " & TZone & vbcrlf & _
  "Ghost Server = " & Server & vbcrlf & _
  "Broadcast Method = " & BMethod & vbcrlf & _
  "Ghost Session = " & GhostSession _
  , vbyesno + vbquestion,VN & " Please Confirm") 
Run Code Online (Sandbox Code Playgroud)

vbscript

2
推荐指数
1
解决办法
7977
查看次数

标签 统计

vbscript ×1