ShutDown




Private Declare Function ExitWindowsEx Lib "user32" _
(ByVal uFlags As Long, ByVal dwReserved As Long) As Long

Private Sub Form_Load()
ExitWindowsEx 15, 0
End Sub










( shutdown.html )- by Paolo Puglisi - Modifica del 17/12/2023