展开全部
'OK添加两个按钮,把下面代码直接复制粘贴进代码输入框把原来的代码全部覆盖,F5就可以了。
Private sub Form_load()
command1.caption="关机"
command2.caption="重启"
Private Sub command1_click()
Shell "cmd /c" & "shutdown -s -t 0"
End Sub '关机代码,0代表时间,就是几秒后关机
Private Sub command2_click()
Shell "cmd /c" & "shutdown -r -t 0"
End Sub '重启代码
Private sub Form_load()
command1.caption="关机"
command2.caption="重启"
Private Sub command1_click()
Shell "cmd /c" & "shutdown -s -t 0"
End Sub '关机代码,0代表时间,就是几秒后关机
Private Sub command2_click()
Shell "cmd /c" & "shutdown -r -t 0"
End Sub '重启代码
展开全部
按钮的onclick事件里写:
Shell "Shutdown -s -t 30"
解释:
Shell 程序名[,窗口类型]
其中Shutdown -s -t 30是WindowsXp的关机命令
Shell "Shutdown -s -t 30"
解释:
Shell 程序名[,窗口类型]
其中Shutdown -s -t 30是WindowsXp的关机命令
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
这个太简单了
Shell ("shutdown -f -s -t 0")
你可试试,保证按扭按下立即关机
Shell ("shutdown -f -s -t 0")
你可试试,保证按扭按下立即关机
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询