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?
I wrote many code but result is not …
New contributor
lovelorn solitary is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.