Shut down windows 95/98/NT/ME/2000 using api calls
Shut down windows 95/98/NT/ME/2000 using api calls
Rate Shut down windows 95/98/NT/ME/2000 using api calls
(1(1 Vote))
'in its click event
Private sub cmdShutdown_click()
dim lng as long
private const EWX_SHUTDOWN as long =1
lng = ExitWindowsEx(EWX_SHUTDOWN,0)
End sub
Shut down windows 95/98/NT/ME/2000 using api calls Comments
No comments yet — be the first to post one!
Post a Comment