Sunday, May 23, 2010

Controlling The Screen Saver With C# (Win32)

Presented here is a C# class useful for monitoring and controlling the Windows screen saver. The class provides methods for getting information about the screen saver, such as whether or not it is active, it is running, and its time out setting. Additional methods are provided to change these settings and to terminate the screen saver if it is running.

More info see the below link:
http://www.codeproject.com/KB/cs/ScreenSaverControl.aspx

No comments: