The windows-screensaver tag has no wiki summary.
0
votes
0answers
20 views
Catching screen saver event with foreground application
I'm trying to catch the event when screen saver is turned off.
Actually, for now, I'm not getting any event of the screen saver (also not when it is launched).
I'm testing it when the application is ...
0
votes
0answers
36 views
c++ programmatically be notified when windows exits from screen saver
I have a video renderer.
When on full screen mode, the video shown only in some rectangle of the screen - not on all the screen (depends on the aspect ratio). When screen saver is activated and then ...
0
votes
1answer
125 views
Why SCRNSAVE.EXE value is not updating by code
I want to update "SCRNSAVE.EXE" value using my c# sample code..
But its doesnt allowing me to do so..!!
Can any one help me on this, below is the function that i am using to update value.
private ...
0
votes
1answer
294 views
how to create setup project to install scr file
I want to implement (exe or msi) to install screen saver (scr) file on any machine.
Please guide how to implement ?
0
votes
2answers
57 views
Windows screensaver multiple instance
So, a windows screensaver is just an exe that is passed one of 3 parameters.
/c for config screen
/s for fullscreen
/p <hwnd> for the little preview window.
I have everything working peachy ...
1
vote
0answers
148 views
Using SPI_SETSCREENSAVESECURE doesn't enable password protection for the Windows screensaver
When I run the following line of code, my screensaver's password protection isn't enabled. I've also checked the registry key that used to control password protection and it doesn't get toggled ...
0
votes
2answers
157 views
Reduce/compress screensaver file size
I have to produce a screensaver for a client who wants to install it across branches. Due to bandwidth limitations the screensaver needs to be below 500KB filesize. Actual screensaver content is about ...
0
votes
6answers
145 views
ASP.Net application to enable screensaver
I am working on a security component of an asp.net application. Part of the security process is to activate the screensaver after 10 minutes of idle time.
Is there a way to activate screensaver ...
4
votes
1answer
455 views
Unable to find an entry point in DLL 'opengl32.dll' in screensaver
I have very odd problem with my C# OpenTK screensaver application. When I compile the program and run it before changing the extension, as EXE file, it works properly. But when I change the extension ...
0
votes
1answer
94 views
Allow a Windows screensaver to write to a file in Program Files
I ran into a problem after creating a screensaver that requires writing to a file located in Program Files. When the screensaver becomes active it can successfully read a file from there but fails to ...
5
votes
2answers
958 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 ...
0
votes
1answer
199 views
.NET programs don't run at logon screen - windows 7
I'm using Windows 7 Pro (32bit) and have .NET 3.5 and 4 installed...
I have written a .NET screensaver and have enabled it to run on the Windows logon screen.
My problem is that it errors:
.NET ...
2
votes
3answers
7k views
webpage as a screensaver windows 7 and XP? [closed]
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?
...
7
votes
2answers
296 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 ...
0
votes
4answers
2k 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?
2
votes
2answers
997 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.
3
votes
2answers
694 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
397 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
4answers
291 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 ...
3
votes
1answer
84 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 ...
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 ...
