Detecting Computer restart
-
in the form's closing event one of the close reasons is windowsshutdown. not sure how accurate it is but...
If e.CloseReason=CloseReason.WindowsShutDown Then
...
End If'Never argue with an idiot; they'll drag you down to their level and beat you with experience.' ~ anonymous 'Life's real failure is when you do not realize how close you were to success when you gave up.' ~ anonymous
-
in the form's closing event one of the close reasons is windowsshutdown. not sure how accurate it is but...
If e.CloseReason=CloseReason.WindowsShutDown Then
...
End If'Never argue with an idiot; they'll drag you down to their level and beat you with experience.' ~ anonymous 'Life's real failure is when you do not realize how close you were to success when you gave up.' ~ anonymous