Tagged Questions
The screensaver tag has no wiki summary.
12
votes
9answers
8k 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 that the computer ...
10
votes
1answer
382 views
Windows 7 logon screensaver in Delphi
I'm having problems while using Delphi application as Windows 7 logon screensaver (for both 32-bit and 64-bit Windows). Even blank application (New Project without any extra code) throws an error.
...
7
votes
6answers
825 views
Screensavers With XNA and .NET?
I'm fairly sure you can create screensavers with.NET but are there any tutorials on doing so? and how well can you make XNA screensavers?
7
votes
4answers
381 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 names that show up in ...
6
votes
2answers
160 views
How to debug logon screensaver in Win7?
I have a .Net 2.0 WinForms app that I'm trying to use as a logon screensaver (64-bit Win7Pro). It runs just fine from the command line when I'm logged in and as my screensaver. However, it exits ...
6
votes
2answers
368 views
How do I control the screensaver name shown in the drop down list?
I have a working screensaver and would like to figure out how I can control the name Windows displays in the screensaver drop down list. Currently it all seems to be based on the filename but I know ...
5
votes
2answers
337 views
How does YouTube prevent the screensaver from showing up during video playback? (Windows)
I have noticed that mi screensaver doesn't start while I'm watching videos on YouTube.
I'm using Windows 7.
This is the test:
Set Windows screensaver to 1 minute.
Browse to YouTube and play a video ...
5
votes
1answer
254 views
How do I control the screensaver (friendly/display) name shown in the drop down list? - Windows Server 2003 / Windows 2000
So I asked a question with the same title earlier and got an answer that works for the most part. My issue now is that the string table in the Win32 resource file is not working on Windows Server 2003 ...
5
votes
4answers
4k views
Turn Java App into Screensaver
for my study I wrote a program that solves mazes with depth-first search. Works perfecftly fine. I was wondering, how can I turn this Java-Program into a Screensaver application? Is there a way that ...
5
votes
2answers
4k views
Disable and Enable Screen Saver in Windows 7
I have an application than disables the screen saver temporarily in order to run a slide show. I use this to turn it on or off:
i = SystemParametersInfo(SPI_SETSCREENSAVEACTIVE, active, Nothing, ...
5
votes
3answers
972 views
How to develop linux screen saver
Does anyone have a link or document on how to write a screensaver for Linux?
5
votes
2answers
794 views
Interrupt an active screensaver programatically?
REASON:
I'm working on an emergency alert application that needs to display information on a desktop. When the client receives an alert, it pops up a window. If a screensaver is active or the ...
5
votes
3answers
1k views
Building a Screensaver for XP using VC++ 2008
I'm attempting to compile a screensaver using Visual C++ 2008 Express Edition SP1 on Windows XP. I get a runtime error: "The procedure entry point ChangeWindowMessageFilter() could not be located in ...
5
votes
1answer
2k views
Launch System Screensaver from C# Windows Form
Hopefully this is a simple one, but can anyone provide some simple c# code that will launch the currently configured screensaver?
4
votes
4answers
157 views
perl: can I wait 15 minutes, and then if a key has not been pressed, do something?
here's my first ever perl program:
I want to make sure that if I'm away from my machine for a while, then this script ssh's to our main server and kills all my processes there. (I keep forgetting to ...
4
votes
3answers
213 views
How do I turn off the windows screen saver if it is running using C#?
Ok, so I found some code to check if a screensaver is running and kill it if I want to. This doesn't seem to work on Windows 7 PCs. Does anyone know how this code can be modified, or provide new code ...
4
votes
1answer
651 views
Xcode screensaver with openGL
I am currently simply trying to build a simple screen saver in xcode 3.2 on osx 10.6.3 using an openGL view as described in this article: http://cocoadevcentral.com/articles/000089.php anyways even if ...
4
votes
1answer
207 views
How do I know when a different screensaver has been selected in the display properties dialog?
Ok so Google is not my friend tonight...
I have a screen saver, CC.Votd (Full source on Codeplex), and I've just started to implement the preview mode (/p argument) which is working ok. When it's in ...
4
votes
4answers
1k views
How to debug a Screensaver in OS X
I was wondering if there was any decent way, other than NSLog-ing just about everything - to properly debug a Screensaver app bundle in OS X?
The "Screensaver" is a project type in XCode, but ...
4
votes
3answers
615 views
how to make a screen saver preview in Delphi?
I want my screensaver appears in the screensaver preview box?
4
votes
5answers
2k views
Need to disable the screen saver / screen locking in Windows C#/.Net
For a particular application, I need the screen saver to be disabled while it's running. The operator COULD manually turn it off, and then back on later, but the easiest thing to do would be to just ...
3
votes
2answers
110 views
Making a corner of the desktop activate screensaver
I am trying to write a simple application to activate my screensaver when the mouse in at the top right corner of the screen. I have found an answer to controlling the screensaver from C# however I am ...
3
votes
1answer
95 views
What's a simple way of programmatically simulating user input?
I have a dialog that pops up as result of an error condition. I want the dialog to remain open for at least 30 seconds, and close 30 seconds after the last user input (mouse or keyboard) is received.
...
3
votes
3answers
195 views
Fullscreen java app minimizes when screensaver turns on
I have an app that sets a fullscreen frame but seems to minimize when the screensaver turns on. I want this app to be the only application that the users of the touchscreen kiosks can use so this is a ...
3
votes
1answer
407 views
How to disable the screen saver/display sleep on Mac
Is there a way to disable the screen saver and the display sleep with cocoa?
3
votes
3answers
409 views
How to check if Linux console screensaver has blanked screen
is there a way to check programmatically (via ioctl(), etc.) or by reading a file in /sys, /proc or /dev) whether the screen has been blanked by the Linux console screensaver?
Thanks and best ...
3
votes
2answers
557 views
How can I display a form on a secondary monitor?
I am writing a screensaver in Delphi. I want is to display a TpresentationFrm on each monitor, fullscreen. To this end, I have written the following (incomplete) program:
program ScrTemplate;
uses
...
3
votes
5answers
211 views
Screen saver application doesn't read App.Config
I've written a screen saver in C# but whenever I run it on preview mode or let it kick in, it throws an exception. When I double click it in Windows\System32 it runs fine. With the Visual studio ...
3
votes
4answers
2k views
Is there a decent way to inhibit screensavers in linux?
I'm looking for a decent, non-lame way to inhibit xscreensaver, kscreensaver, or gnome-screensaver, whichver might be running, preferably in a screensaver-agnostic manner, and it absolutely positively ...
2
votes
1answer
35 views
Simplest way to blank the Macintosh display until a key is pressed?
What is the simplest way to blank a Macintosh screen (completely black) and unblank it only on keystroke (not mouse movement)? I'm happy to pursue any of these implementations:
Create a completely ...
2
votes
0answers
49 views
.Net Screensaver does not find config file
I've written a screen saver in C# and Windows Forms. For testing I've been lazy and just used the config file for all my settings (no settings dialog yet), but the program seems to be unable to find ...
2
votes
3answers
85 views
How to replicate the Mac OS X fade out “screensaver” with jQuery?
You know how on Macs after about 2-3 minutes of no activity it fades out the screen partially — the same on iOS? Well, I want to replicate this on a web page with jQuery.
I know how to make it ...
2
votes
0answers
88 views
Strange lifecycle behavior in my Screen Saver App
I just developed a screen saver app and I found a strange behavior in its lifecycle.
My work flow is like this:
start my RegisterService, where I call registerReceiver method to register a ...
2
votes
1answer
626 views
How to make unlock screen app for Android
I am trying to develop unlock screen app for Android. I have downloaded some unlock screen app and tested. I finally found one app. That is Fingerprint Screensaver . It is what I exactly want. I mean ...
2
votes
2answers
254 views
How Screensaver works while windows locked
can anyone tell me how screensaver works while windows is locked. what are the win32 api methods that are used.
2
votes
2answers
448 views
disabling screen saver to user
I want to disable a screen saver to another user. How it can be done?
I have administrative privileges. I have an application that can't be interrupted by the screen saver.
2
votes
1answer
116 views
Spawning child processes in a screensaver
I have a Screensaver written in .NET / C# that is dependent on a background process running. While the background process is added to the user's startup programs on install, it would still be nice to ...
2
votes
4answers
366 views
javascript code to prevent screensaver from starting
I am completely new to javascript programming and I have a question that I didn't manage to find an answer for anywhere.
I have recently put together a simple slideshow to view the photos remotely ...
2
votes
2answers
122 views
Make screensaver fire whenever computer locks?
Is it possible to force the screensaver to appear whenever a computer becomes locked? Specifically on XP, 7 if possible.
2
votes
0answers
78 views
.NET: Screen saver configuration dialog owner and preview focus
I have created a screen saver (C#, .NET 4.0 if that matters) but I have a couple of problems (on a more cosmetic level, though). These are probably easy to solve, but I have prettu much never used the ...
2
votes
3answers
314 views
How do I shut off the Mac screensaver?
I'm writing an application that uses Apple's kiosk mode. I would like to disable the screen saver, but the "ScreenSaverDefaults" class reports itself as being 32-bit only. I can change the build to ...
2
votes
1answer
358 views
Gnome screensaver
After many years of Windows development in C/C++ i've decided to make a move to linux, and see if i can put together a simple screen saver.
The code is an SDL based OpenGL particle engine affair, ...
2
votes
1answer
447 views
Detect when screensaver activates with Cocoa
Is there a way to trigger an action when the Mac OS X screensaver activates or when it goes to sleep (preferably using cocoa)?
2
votes
2answers
204 views
Alternative Input Device(Midi) doesn't prevent Screen Saver in Winforms application
I have developed a C# WinForms application whereby the user is providing input via a MIDI-connected device. The user will go for long periods without using the keyboard or mouse.
When I receive a ...
2
votes
2answers
217 views
Disabling screen saver programatically doesn't affect the control panel?
I've successfully disabled the screensaver using the method described in this page.
The problem is that when I do this, the control panel dialog still indicates that there is an active screensaver. ...
2
votes
2answers
540 views
WPF: Create your own screen-saver if your running application is 'idle'
Is there a way to create a window (similar to a screen-saver) that will be displayed once your running application is not 'interacting' (or being idle) with the user, meaning to say, no mouse ...
2
votes
7answers
6k 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)?
2
votes
2answers
772 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){...}
2
votes
1answer
335 views
Is there any way to run an application as a screensaver in Linux
I want to run a full-screen application as a screen saver. Is it possible in Linux?
It seems that XScreenSaver is not capable of doing this and GnomeScreenSaver has this in their wish list.
2
votes
4answers
732 views
How to invoke the screen saver in Windows in C#?
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 pretty simple), as suggested here.
...