电脑关机的问题
Private Sub Command1_Click()Set wshshell = CreateObject("WScript.Shell")
wshshell.SendKeys "^{ESC}u"
wshshell.SendKeys "R"
End Sub
这是一个关机的编码 可我点击按钮怎么一点反应都没有 哪位老师指教一下 谢谢
2013-11-25 11:20

2013-11-25 11:26
2013-11-25 11:32

2013-11-25 12:23
2013-11-25 12:40
2013-11-25 22:51
2013-11-26 00:17