I\'d like to invoke the user\'s screen saver if such is defined, in a Windows environment.
I know it can be done using pure C++ code (and then the wrapping in C# is
I'm not sure you can use completely managed code to do this.
This uses Windows API but is still very simple: Launch System Screensaver from C# Windows Form