Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
39 views

MacOSX/Cocoa: how to change the desktop content view / how to draw directly on the desktop background?

/System/Library/Frameworks/ScreenSaver.framework/Resources/ScreenSaverEngine.app/Contents/MacOS/ScreenSaverEngine -background changes the desktop background view to the screensaver view. How is that ...
1
vote
0answers
148 views

Setting desktop picture in OS X 10.6 [closed]

Possible Duplicate: How can I programatically change the background in Mac OS X? Hi, I've whipped together a small (in this case python, but the language is not important) script which ...
1
vote
1answer
187 views

How to Show Videos as a Desktop Background (in XP)?

Is it possible to display videos as a desktop background in XP programmatically, preferably using C#? VLC can do it, via its "DirectX > Enable Wallpaper Mode", so it may be possible to do this through ...
1
vote
4answers
241 views

How to discover which image file is the current desktop background on Windows?

It is possible to discover it programatically? It will use the Windows Registry? I'll need to take a screenshot of it and compare with the files on disk? Is it possible to discover even in the desktop ...
1
vote
1answer
1k views

Getting desktop background on Mac

How do I get the current wallpaper on a Mac? Just point me to an API function so I can Google more. Edit: I think I found it. [NSUserDefaults standardUserDefaults] mentioned at ...
0
votes
1answer
191 views

Getting Desktop Background in Cocoa

I'm needing to do something full-screen app, which would usually not be the problem. The problem now is that I need to have the user's desktop, but without icons, as the background of my full screen ...