It is currently May 5th, 2024, 3:32 am

Set as Desktop

Get help with creating, editing & fixing problems with skins
Revelation
Posts: 4
Joined: December 14th, 2010, 6:47 pm

Set as Desktop

Post by Revelation »

So I have made a little app that shows images from a wallpaper rss feed on my desktop, but currently I'm stuck on something.

I want it so that if I click the image, it will be set as my desktop wallpaper. I know the autosize part etc. I only need the part where the image gets downloaded and set as wallpaper.

Thanks in advance,

Revelation.
User avatar
Chewtoy
Moderator
Posts: 995
Joined: June 10th, 2009, 12:44 pm
Location: Sweden

Re: Set as Desktop

Post by Chewtoy »

1: Find out the command and how windows sets the wallpaper.
2: Put it in the skin with a LeftMouseUpAction (or the like).
3: ???
4: Profit.

As it stands now, no one has done this yet. But you probably find some command for how to set the wallpaper if you google for it.
I don't think, therefore I'm not.
Revelation
Posts: 4
Joined: December 14th, 2010, 6:47 pm

Re: Set as Desktop

Post by Revelation »

Chewtoy wrote:1: Find out the command and how windows sets the wallpaper.
2: Put it in the skin with a LeftMouseUpAction (or the like).
3: ???
4: Profit.

As it stands now, no one has done this yet. But you probably find some command for how to set the wallpaper if you google for it.
Done