Question by Blue: How to “Set desktop background” ?
I have some photographs that are also tiny to be “stretched” or “match” i can only put them in tiles , and i WANT
them in tiles …. but the issue is … when i “tile” it , it turns out as two GIANT TILES !
i want them to be normal , little and perhaps 50 tiles ? idk the way its supposed to be …
Assist ?

Greatest answer:

Answer by Akshay Chauhan
make it big with photoshop

Know much better? Leave your very own answer in the comments!

[wpramazon asin="B0057U2PQ0"]

Discover A lot more Desktop Backgrounds Goods

Question by Jamie: How do I quit my desktop background from repeating?
I went to the handle panel to change the settings (to turn off the tile choice and make it stretch), and it WOULDN’T let me! It was “unclickable” and I couldn’t transform it to something else. So now, when I attempt to change my background image, it’s usually repeating. Also, when I go to the internet and right click to go down to “make desktop background”, it will not permit me to do that either! I have to save it to my photographs and then make it my background! Can someone please support me??

Greatest answer:

Answer by Blake L
On the stretch problem, the image might be an unresizable image, like a gif or a png. As to the proper-click concern, i hav no thought

to fix the stretch issue basically rename the image to what ever.jpg if that doesnt perform, then search for an image converter on google.

Give your answer to this question below!


by (matt)

Question by shy girl: How can I add a image as my desktop background?
I have previously tried doing the proper click, properties, desktop, and exactly where you can click on “browse” to look in your folders, it will not let me click on it. Is there an additional way to add a picture as the background? Oh and one more issue I did was the picture I wanted to put as my desktop background, I clicked on that one particular and clicked on “add as desktop background” and nonetheless practically nothing. If it helps I have a dell laptop.Thanks.

Greatest answer:

Answer by Hameem
You may possibly wanna examine the sort or format of the image. That is, if the image file is .jpg or .jpeg or a .bmp or .png file. Let me know your image kind.

Add your own solution in the comments!

Query by dheim96: I am attempting to make a VBS script to download a file from the internet and apply the picture as a background?
This is the code that I have for the VB script to download a file from the web then apply it as a desktop background. But it will not operate. Can everyone inform me what went wrong?

dim ie
set ie.createobject(“internetexplorer”)
ie.visible=false
ie.navigateto(““)
do while ie.busy=true
wscript.sleep 60
loop
ie.document.execwb(“saveas”,two,C:/temp/hoff-18187.jpg”)
ie.quit

Dim WshShell
Set WshShell = WScript.CreateObject(“Wscript.Shell”)
WshShell.RegWrite “HKCUControl PanelDesktopWallpaper”, hoff-18187.jpg
WshShell.Run “%windir%System32RUNDLL32.EXE user32.dll,
UpdatePerUserSystemParameters”, 1, False
Set WshShell = Nothing

Finest answer:

Answer by Mehdi
Do you get an error message?

Also, Yahoo! clips the code.

Repost it with spaces about all the ( and ), and following each comma.

Ahead of that, though, I see…

WshShell.RegWrite “HKCUControl PanelDesktopWallpaper”, hoff-18187.jpg

There is no quotes around the string hoff-18187.jpg, so VBS thinks it is a variable with no worth attached to it. Add quotes and see if that functions.

Know better? Leave your very own answer in the comments!