Shut Down your Pc, Restart Windows, Restart System. Only cut the code and put in yor form.
Shut Down your Pc, Restart Windows, Restart System. Only cut the code and put in yor form.
Rate Shut Down your Pc, Restart Windows, Restart System. Only cut the code and put in yor form.
(1(1 Vote))
Dim i As Integer
i = ExitWindowsEx(1, 0&) 'Shut Down
End Sub
Private Sub Command2_Click()
Dim i As Integer 'Restar Windows
i = ExitWindowsEx(0, 0&)
End Sub
Private Sub Command3_Click()
Dim i As Integer 'Restart System
i = ExitWindowsEx(2, 0&)
End Sub
Shut Down your Pc, Restart Windows, Restart System. Only cut the code and put in yor form. Comments
No comments yet — be the first to post one!
Post a Comment