22
votes
2answers
565 views
Change desktop wallpaper using code in .NET
How can I change the desktop wallpaper using C# Code?
0
votes
0answers
20 views
Win7 ‘Next Desktop Background’
Does anybody has an idea how to invoke 'Next Desktop Background' command in Windows 7. This is when you have a slide show desktop wallpaper and this command in on the context menu …
1
vote
3answers
79 views
Drawing on the desktop background as wallpaper replacement (Windows/C#)
I'm trying to make an application that needs to draw on the desktop, behind the icons so it appears to replace the desktop wallpaper. I've found a few solutions to this, but most o …
8
votes
21answers
3k views
What’s your favorite geek wallpaper?
A good wallpaper reflects our personality? Programmers
usually use the same kind of geeky wallpapers (Matrix,
Star Wars, Abstract Art) and we like to impress friend
and co-worke …
0
votes
1answer
198 views
How to advance the wallpaper slideshow on windows vista/7 programatically?
I readed on a forum that the "Next Desktop Background" command in Windows Aero Slideshow feature calls the stobject.dll file. So I runned the dumpbin to check wheter I could se an …
0
votes
0answers
53 views
fbsetbg gives error whenever i startx [closed]
Whenever I startx, I get this error message from fbsetbg.
fbsetbg: Something went wrong while setting the wallpaper. Run 'display -geometry 1280x1024+0+0 -wn xterm to find out wha …
2
votes
2answers
224 views
How to set multiple desktop backgrounds (dual monitor)
I have a code snippet to set a single image across both monitors but I recently got a second monitor for my laptop and I wanted to modify my code to account for setting a diffrent …
1
vote
2answers
306 views
Detect multiple monitors and set separate wallpapers for each
I'm starting a project to make a wall paper rotator for computers with multiple monitors.
1) how do you detect the monitors in windows and the associated resolution
2) how would …
0
votes
1answer
86 views
Windows xp Change Wallpaper to Webpage
To do this manual i just pick a html file in the change wallpaper dialog and tada works..
but if i want to do this from code what api calls / reg keys must i change?
Iv tryed thi …
0
votes
1answer
255 views
How to start a slideshow desktop change in Windows 7
Hello, I'm trying to trigger a desktop slideshow change but I can't find a public API to do it...
The closer I got was to see the name of the methods that are using (they are usin …
2
votes
3answers
348 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
1answer
166 views
Temporarily set iPhone locked wallpaper
I understand that there is no way to set a user's wallpaper, but the apple program Voice Memos temporarily changes the locked screen while recording. This lets you know that the a …
0
votes
0answers
194 views
KDE4.2 change wallpaper
How using qdbus or any other tool I can change KDE4.2 Plasma wallpaper?
I tried feh and wmsetbg but they don't change my background. The only thing that works so far is kwriteconfi …
1
vote
1answer
330 views
C# Change Desktop Pattern
Im making a simple wallpaper changer. It works when changing the wallpaper but i cant change the pattern of the wallpaper. I tried something like this but it doesnt work :S
System …
2
votes
2answers
529 views
Replacing desktop wallpaper / draw on the desktop
I'd like to do some custom drawing to my windows desktop such that it appears to replace the desktop background (wallpaper). My first try was to get a DC for the desktop's listview …
