I\'m writing a screensaver in C# which should launch an application and then terminate when the user presses the \"A\" key.
I’m developing a Mac OS X screensaver that uses WebView. WebView loads fla开发者_如何学编程sh with a map. I want to let a user move the map and resize it (flash map has appropriate controls). I’ve r
I have two forms, Form A and Form B. My Properties.Settings.Default has a timer object that when \"ticked\" needs to open Form B. What I would like to do is program the timer_tick(object sender, Event
Should have been simple I would have thought.I want to force the PC to go into screen saver mode, and exit it when conditions I am checking in by D2006) app come true.It doesn\'t seem to work:
I am writing a screensaver in Delphi. I want is to display a TpresentationFrm on each monitor, fullscreen. To this e开发者_如何学Pythonnd, I have written the following (incomplete) program:
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
I am developing a small application for home use in Python. It is supposed to act as a slide show screensaver, but also as a primitive image manager. I have the slide show and image manager aspects co
I am currently simply trying to build a simple screen saver in xcode 3.2 on osx 10.6.3 using a开发者_JS百科n openGL view as described in this article: http://cocoadevcentral.com/articles/000089.php an
Is there a way to trigger an action when the Mac OS X s开发者_开发技巧creensaver activates or when it goes to sleep (preferably using cocoa)?You can register for various distributed notifications—on
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.