Relative Content

Tag Archive for c#winformswindows-servicestaskmanagerformclosing

How can i prevent my winform app to closing in task manager using c#

I wrote a windows application that checks values in some ranges. If the value is out of range, I show an alert form to click in details and check other items by user. But my problem is that the user may close this app in task manager and checking stops. I want to write windows service, but windows service can’t call form. Any idea?