vbscript各种弹出框

弹出普通确认框

msgbox "你已经成功的处理所有的请求"


弹出确认取消框

Dim con 
con =MsgBox ("Is Excel Installed on your machine ?",vbYesNo + vbInformation,"Confirmation")

if con  = vbyes then
msgbox "你选择了是"
end if


弹出输入对话框

RQ=inputbox("Please type your first name")

posted @ 2012-02-10 11:08  饺子吃遍天  阅读(353)  评论(0编辑  收藏  举报