Shut down your computer with one line of code (NO API)
Shut down your computer with one line of code (NO API)
Rate Shut down your computer with one line of code (NO API)
(1(1 Vote))
'This code works in Windows 98 and 95 only (NT does not support this)
'Invisible the form
me.visible = false
'Shut down the computer
shell "rundll32.exe user.exe,exitwindows"
End Sub
Shut down your computer with one line of code (NO API) Comments
No comments yet — be the first to post one!
Post a Comment