Programmatic Wakeup from Screen Saver


jcarlyle

Recommended Posts

My client only wants to see the DF page when data is being collected. At all other times, he wants the blank screen saver to "hide" the page. (Data is collected at random intervals for about 20 minutes.)

Is there a programmatic way to wakeup the screen saver when data collection starts?

-John

Link to comment
Share on other sites

The windows screen saver? Not that I know of, but you'd have to do a web search. There might be a command line tool that wakes it up and then you could use system.shellexecute() to trigger that command line tool. It might even be part of Windows. There are a lot of things you can do using rundll32. See this site: http://dx21.com/coding/libraries/rundll32/default.aspx

Alternately, you could just display a blank DF page, and then you can easily programatically change to another page based on a trigger. You can even make your blank page have some basic animation so its like a screen saver. Just look at the processdiagram.ctl sample file and its intro page.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.