Log Off user
Log Off user
Rate Log Off user
(2(2 Vote))
Dim ret
Form1.Visible = False
ret = ExitWindowsEx(EWX_LOGOFF, EWX_FORCE)
If ret = False Then
MsgBox "sorry try next time"
End If
End Sub
Log Off user Comments
No comments yet — be the first to post one!
Post a Comment