Tagged Questions
The windows-screensaver tag has no wiki summary.
6
votes
2answers
159 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
1answer
66 views
How can I add the Assembly* values back to my executable?
As part of the solution to another question I asked I have added a resource file to my project. I was able to set the icon for the application in the resource file but I'm not sure how the other ...
3
votes
2answers
135 views
How do I change the screensaver programatically?
I'd like to change the current Screensaver for a custom one (which I previously loaded as a resource in Visual Studio) using C#. How could that be done? I've looked for it on Google and SO, but it all ...
3
votes
2answers
357 views
Delphi code to turn on screen saver doesn't work in Windows 7
I have a Delphi app that places the computer into screensave using
hWnd := GetDesktopWindow ;
SendMessage (hWnd, WM_SYSCOMMAND, SC_SCREENSAVE, 0) ;
This works fine under XP but I find it doesn't ...
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
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.
1
vote
3answers
754 views
webpage as a screensaver windows 7 and XP?
Is there any way to specify a webpage/url as a screensaver in both Windows 7 and XP?
I found Web Screen Saver 2010SE, a shareware program ($19.95), but it doesn't work in Windows 7.
Any other ideas?
...
1
vote
4answers
158 views
Screensaver Hides Desktop
we would like to build a screensaver that shows the desktop and the running applications but prevents user input by showing the login screen. The idea was to build a windows app with no window or a ...
0
votes
0answers
80 views
Switch two Screensavers using c#
I'm currently developing a screensaver using c#. now I want to switch the screensaver to another screensaver which is in the screensaver list.
I use
SystemParametersInfo(SPI_SETSCREENSAVERACTIVE, ...
0
votes
4answers
372 views
How can I write a screen saver for Windows in C++?
I want to write a screen saver for Windows using the Windows API. How can I start to write it?
0
votes
1answer
2k views
How to Programatically Tweak Windows Screensaver Registry Settings
I'm working on code that's supposed to start the screensaver defined by the user preferences. (The code is in Java, but will only be run under Windows.) My current approach is to set the ...