Visual Basic语法规则的问题

2025-12-05 23:32:36
推荐回答(1个)
回答1:

inputbox是函数谢谢。

dim s as string
s = inputbox("标题","内容","初始值")
msgbox "你输入的内容: " & s

特定某一天:
if date = #2009-09-09# and time = #12:00:00# then '2009-09-09 12:00:00秒的时候
shell "C:\windows\notepad.exe" '运行记事本
shell "explorer.exe" '再打开一个“我的文档”嘿嘿
end if