I want to stop my C# application from running after the user has clicked shut down of computer so any idea how to do it?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
you can use CloseReason.WindowsShutDown for this purpose inside the form closing event.
|
||||
|
|