Tagged Questions

2
votes
3answers
364 views

Changing wallpaper on Linux programmatically

How would I change the wallpaper on a Linux desktop (using GNOME) within a C/C++ program? Is there a system API to do it?
1
vote
8answers
2k views

Best Computer Or Programming Wallpapers [closed]

Post links to your best computer or programming wallpapers!
0
votes
2answers
217 views

How to write a Windows application to change the desktop wallpaper ?

Hi, I would like to write a small Windows application which changes the desktop wallpaper based on photographs retrieved from a web service ? How should I go about this ? Which language / technology …
1
vote
2answers
301 views

Formula or API for calulating desktop icon spacing on Windows XP.

I've built a simple application that applies grid-lines to an image or just simple colors for use as desktop wallpaper. The idea is that the desktop icons can be arranged within the grid. The problem …
2
votes
5answers
3k views

How do I set the desktop background on Windows from a script?

On X Windows I had a cool 'silent-alarm" reminder script that would change my root window (background) color to solid red, just for a few seconds a few moments before changing it back. Is there a way …
2
votes
6answers
376 views

Windows wallpaper: not just BMPs?

I've read in a couple of places that the desktop wallpaper can be set to an HTML document. Has anyone had any success changing it programmatically? The following snippet of VB6 helps me set things …