VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Shutdown your machine

by Bhuwan Chand Joshi (69 Submissions)
Category: Windows System Services
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sat 21st July 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Shutdown your machine

Rate Shutdown your machine



'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_SHUTDOWN,0)

End Sub

'This program shutdown your system


Download this snippet    Add to My Saved Code

Shutdown your machine Comments

No comments have been posted about Shutdown your machine. Why not be the first to post a comment about Shutdown your machine.

Post your comment

Subject:
Message:
0/1000 characters