1
vote
3answers
58 views
Redirecting Command-line Arguments for Bootstrapping
I am trying to rewrite the following program in C instead of C# (which is less portable). It is obvious that "int system ( const char * command )" will be necessary to complete the …
0
votes
1answer
31 views
Screensaver to cycle through webpages?
Hi,
Does anyone have any suggestions for how to create a screensaver that can cycle through some webpages? I would like to create a screensaver that displays various dashboard an …
7
votes
4answers
84 views
C#: Retrieve Names of Installed Screen Savers
I want to be able to show basically the same list that the Windows Screen Saver dialog shows, with the name of each screen saver. The problem I've run into however is that the nam …
0
votes
1answer
41 views
How does one run screensaver within Windows Form as background for it?
How does one run screensaver within Windows Form as background for it?
User also can interact with form controls while screensaver running.
[Why this?]
We have a case which we nee …
0
votes
1answer
36 views
WPF application crash when running as a screensaver
I have a WPF application that runs perfectly as an exe, but running as a screensaver causes some problems. If I run the screensaver by double-click on the scr directly it works fin …
1
vote
1answer
17 views
Enable ScreenSaver after other applications turn it off
I have several applications that seem to turn off the screensaver and the powersave mode of the video card (eg Skype, VLC, mplayer, etc). Sometimes, these applications crash and t …
0
votes
2answers
76 views
How does screen savers work on Mac OS X and Linux?
In Windows a screen saver is just an executable with a .scr extension dumped in the system32, and it is controlled with three switches (/p, /c and /s, I think).
How does screen sa …
4
votes
7answers
1k views
Programmatically prevent Windows screensaver from starting
Is there a recommended way to prevent the Windows screensaver from starting? The closest thing I've found is this article, but what I would really like to do is just tell Windows …
0
votes
1answer
40 views
Basic animation in Java for a screensaver app of sorts
I was assigned to make an animated screensaver as a programming project for my Advanced Programming course. The objective is to have several moving components inside an undecorated …
0
votes
2answers
60 views
mac screensaver start event
Is there an event fired when screensaver starts? Like for keychain locking:
OSStatus keychain_locked(SecKeychainEvent keychainEvent, SecKeychainCallbackInfo *info, void *context){ …
0
votes
0answers
26 views
Customizing Setup project for Screen Saver
Hi, I've created Screen saver in C#.Net. How can I customize my Setup project to do the following:
1) Create .scr file from .exe file
2) Save .scr file into System32 folder
3) At t …
0
votes
1answer
40 views
Screensaver: Draw in front of the lockscreen
I need to build a screensaver which simply draws a picture and displays some information around it. That all isn't any problem.
The problem is that I would like to lock the screen …
0
votes
1answer
64 views
LaunchAgent - Is there something like RunAtScreenSaver?
Hi,
I am looking for a way to execute my app (it's a background task) at times, where the machine is "idle". A good incident would be when the screensaver launches. I already read …
2
votes
4answers
341 views
How to turn screensaver on (windows 7) by a code (in cmd)?
How to turn screensaver on (windows 7) by a code (in cmd)?
0
votes
4answers
220 views
Screensaver in C++ with fading image
How can I make a screensaver in C++ that fades an image in and out at random places on the screen with a specified time delay on the fade out?
Multimonitor support would be awesom …
