Interrupt an active screensaver programmatically? Interrupt an active screensaver programmatically? windows windows

Interrupt an active screensaver programmatically?


Building on what fbonnet said, to use the functions shown in the kb article in C# the pinvoke.net site is a great resource. They also have a article on the PostMessage function here.

So the basic way of getting your code working could be searching the functions listed in the kb article on the pinvoke.net site. Or you can read this article has done that for you.