Power off the machine
Power off the machine
Rate Power off the machine
(1(1 Vote))
'Declare the function below in a standard module
Public Declare Function ExitWindowsEx Lib "User32" Alias "ExitWindowsEx"(ByVal uFlags as Long,ByVal dwReserved as Long) as Long
Public sub Form_Load()
Call ExitWindowsEx(EWX_POWEROFF,0)
End Sub
'This program power off your machine
Power off the machine Comments
No comments yet — be the first to post one!
Post a Comment