![]() |
#2
baron12345672014-01-16 12:39
|
Private Sub Command2_Click()
b = InputBox("请输入关机的时间,例如:10:30", "输入时间")
Shell "c:\windows\system32\cmd.exe /c shutdown -s -t"
End Sub
如何利用inputbox将输入的数字放到中间 例如10:30 要怎么做?、急求!