I am working on a C# application which runs in the background without any Windows control.
I want to notify Windows that my application is still alive to prevent Win
I don't think there's any way to do this directly in managed code.
A quick search reveals this post from 2 years ago. Basically you'd need to do some interop to call a raw windows API.