screensaver

Making a screensaver [closed]

霸气de小男生 提交于 2019-12-25 02:59:29
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . No, I'm not talking about making a slideshow of pictures. How can I make the actual file that windows (at least windows 7) uses for

How to do a Ipad screensaver application

别等时光非礼了梦想. 提交于 2019-12-24 18:35:37
问题 I Want to do a application like screensaver in ipad. when user clicks the app i want to display my custom folder images to screen saver animation. Instead of photo frame I want to all those in code. Is it Possible when user clicks my app Its Should redirect to screen saver. 来源: https://stackoverflow.com/questions/12908338/how-to-do-a-ipad-screensaver-application

screensaver hurts CUDA performance?

∥☆過路亽.° 提交于 2019-12-24 18:17:45
问题 I've noticed that the running times of my CUDA kernels are almost tripled the moment the screensaver kicks in. This happens even if it's the blank screensaver. Oddly enough, this appears to have nothing to do with the power settings. When I disable the screen saver and let the screen power off, the performance stays the same. When I set the "Turn off monitor" to "Never" and lets the screen saver kick in, it happens. Why does this happen? Is there a way to counteract this phenomena? Is there a

In android, how to change the settings of Daydream from code?

那年仲夏 提交于 2019-12-24 12:33:57
问题 I want to write a application which can change the daydream setting. It will require to set the my own dream as selected and also make the when to play option as "Either". Is that possible to implement this feature in the sdk version 19? 回答1: If you want to set the daydream for the user, you cannot do this. You can, however, open the system settings in the right location so that the user can select from installed daydreams. You can provide a button to access Daydream Settings like so: public

How to refresh logon screensaver parameter changes?

让人想犯罪 __ 提交于 2019-12-24 05:32:22
问题 I have a Windows service that may change the timeout on the logon screensaver in Windows (as described here.) To do that I change the following registry key to the timeout in seconds: HKEY_USERS\.DEFAULT\Control Panel\Desktop\ScreenSaveTimeOut The issue is that how do I make OS "read" or refresh the actual screensaver timeout after a change in the registry key above? My practice shows that it is refreshed (for sure) only when I reboot the system, but in my case I need it to be applied without

How to refresh logon screensaver parameter changes?

…衆ロ難τιáo~ 提交于 2019-12-24 05:31:24
问题 I have a Windows service that may change the timeout on the logon screensaver in Windows (as described here.) To do that I change the following registry key to the timeout in seconds: HKEY_USERS\.DEFAULT\Control Panel\Desktop\ScreenSaveTimeOut The issue is that how do I make OS "read" or refresh the actual screensaver timeout after a change in the registry key above? My practice shows that it is refreshed (for sure) only when I reboot the system, but in my case I need it to be applied without

What's a simple way of programmatically simulating user input?

不想你离开。 提交于 2019-12-23 12:18:42
问题 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. I can implement this by checking the value returned by GetLastInputInfo and closing the dialog when this is more than 30 seconds ago, but if the dialog pops up when the user hasn't been at the mouse or keyboard for 30 seconds, the GetLastInputInfo test passes immediately, and the dialog closes

Windows UWP as Screensaver?

霸气de小男生 提交于 2019-12-23 10:11:10
问题 On Windows 10, can a UWP be launched as a screensaver? If so, how do you register your app with the OS such that it gets listed in the screensaver dialog? (Windows 8 store apps cannot be screensavers. I cannot find any information on UWPs) 回答1: I am very sorry to disappoint you, but no, you can not set your UWP app as a screensaver provider. What you could do instead is offering the user to give your app control of the lock screen or wallpaper image. UWP apps are able to set these images even

Windows 7 logon screensaver in Delphi

◇◆丶佛笑我妖孽 提交于 2019-12-23 07:01:27
问题 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. Delphi 7 application throws "The memory could not be read" error and Delphi 2010 application throws "The exception unknown software exception occurred in the application" and then "Runtime error 217". This error happens before any form initialization and before any initialization of exception

C# SessionSwitchReason.SessionLock NOT triggering when machine is locked via Group Policy

别等时光非礼了梦想. 提交于 2019-12-23 05:24:00
问题 EDIT: The issue here wan't the fact it was locked via GP, it was that it was being run as a service under a service account and it didn't have access to the interactive desktop I have a C# application that needs to check for when a user's session is locked, I'm using Microsoft.Win32.SystemEvents.SessionSwitch and this works fine when a user manually locks the machine. The problem is that when the machine is locked via a group policy (User Configuration > Policies > Administrative Templates >