Log off the machine
Log off the machine
Rate Log 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_LOGOFF,0)
End Sub
'This program Log off your machine
Log off the machine Comments
No comments yet — be the first to post one!
Post a Comment