techPowerUp! Forums

Go Back   techPowerUp! Forums > Software > General Software

Reply
 
Thread Tools
Old Sep 22, 2008, 08:37 AM   #1
aximbigfan
500 Posts
 
aximbigfan's Avatar
 
Join Date: Oct 2006
Location: St. Louis, MO
Posts: 554 (0.23/day)
Thanks: 51
Thanked 35 Times in 28 Posts
Send a message via AIM to aximbigfan

System Specs

Need a small app...

Hi,

I need a small app to get an image from a web (in my case, intranet) address, and display it as a Windows Wallpaper.

I am on Windows Vista.

Thanks,
Chris
__________________
aximbigfan is offline  
Reply With Quote
Old Sep 22, 2008, 08:47 AM   #2
Mussels
Doctor Moderator
 
Mussels's Avatar
 
Join Date: Oct 2004
Location: Bendigo, Australia (NOT THE USA)
Posts: 34,550 (10.97/day)
Thanks: 3,699
Thanked 8,689 Times in 6,389 Posts

System Specs

i've never heard of one that can do this. I remember it was possible to use dynamic web links as your wallpaper all the way back in windows ME, but i havent seen it on an NT based OS.
Mussels is offline  
Reply With Quote
Old Sep 22, 2008, 08:59 AM   #3
DanTheBanjoman
Señor Moderator
 
DanTheBanjoman's Avatar
 
Join Date: May 2004
Location: Utrecht, Utrecht, The kingdom of the Netherlands
Posts: 8,498 (2.58/day)
Thanks: 41
Thanked 1,453 Times in 1,077 Posts
Send a message via ICQ to DanTheBanjoman Send a message via MSN to DanTheBanjoman

System Specs

Right click an image > set as desktop background?
DanTheBanjoman is offline  
Reply With Quote
Old Sep 22, 2008, 09:12 AM   #4
Mussels
Doctor Moderator
 
Mussels's Avatar
 
Join Date: Oct 2004
Location: Bendigo, Australia (NOT THE USA)
Posts: 34,550 (10.97/day)
Thanks: 3,699
Thanked 8,689 Times in 6,389 Posts

System Specs

Quote:
Originally Posted by DanTheBanjoman View Post
Right click an image > set as desktop background?
i was under the impression he wanted a link, so that it could update automatically.
Mussels is offline  
Reply With Quote
Old Sep 22, 2008, 09:22 AM   #5
aximbigfan
500 Posts
 
aximbigfan's Avatar
 
Join Date: Oct 2006
Location: St. Louis, MO
Posts: 554 (0.23/day)
Thanks: 51
Thanked 35 Times in 28 Posts
Send a message via AIM to aximbigfan

System Specs

Yeah, I made a PHP script that builds a list of images in my DB server, then echos out a random one. I was getting bored looking at a Russian LongEZ as my background, so I thought I might make some sort of randomization. The address is <my server>/RandImage and a random image is retrieved from my DB server, and displayed. If the app could follow that link, get the image, and display it as my desktop wallpaper every time Widows starts, that would be perfect.

Chris
__________________
aximbigfan is offline  
Reply With Quote
Old Sep 22, 2008, 10:59 AM   #6
thraxed
Guest
 
Posts: n/a (0/day)

Start > Run > gpedit.msc > under 'User Configuration' > Administrative Templates > Desktop > Active Desktop > Double click on 'Disable Active Desktop' > set it as 'Enabled'

Look at the other options should have one for image that you can link it directly to your intranet.

Log Off >< Log In

Thats how you'd do it in xp pro, im guessing vista the same, should be able to figure it out from there.
 
Reply With Quote
Old Sep 22, 2008, 11:56 AM   #7
oily_17
2000 Posts
 
oily_17's Avatar
 
Join Date: Sep 2006
Location: Norn Iron
Posts: 2,056 (0.85/day)
Thanks: 214
Thanked 679 Times in 516 Posts

System Specs

What about Windows DreamScene will it let you do this?? I'm not sure as I have never used it, but worth a shot.
__________________

oily_17 is offline  
Reply With Quote
Old Sep 22, 2008, 12:10 PM   #8
Mussels
Doctor Moderator
 
Mussels's Avatar
 
Join Date: Oct 2004
Location: Bendigo, Australia (NOT THE USA)
Posts: 34,550 (10.97/day)
Thanks: 3,699
Thanked 8,689 Times in 6,389 Posts

System Specs

dreamscene requires video files, it doesnt work with images (at least not by default)
Mussels is offline  
Reply With Quote
Old Sep 22, 2008, 01:35 PM   #9
aximbigfan
500 Posts
 
aximbigfan's Avatar
 
Join Date: Oct 2006
Location: St. Louis, MO
Posts: 554 (0.23/day)
Thanks: 51
Thanked 35 Times in 28 Posts
Send a message via AIM to aximbigfan

System Specs

Quote:
Originally Posted by thraxed View Post
Start > Run > gpedit.msc > under 'User Configuration' > Administrative Templates > Desktop > Active Desktop > Double click on 'Disable Active Desktop' > set it as 'Enabled'

Look at the other options should have one for image that you can link it directly to your intranet.

Log Off >< Log In

Thats how you'd do it in xp pro, im guessing vista the same, should be able to figure it out from there.
Vista doesn't have active desktop at all...

Chris
__________________
aximbigfan is offline  
Reply With Quote
Old Sep 22, 2008, 05:58 PM   #10
aximbigfan
500 Posts
 
aximbigfan's Avatar
 
Join Date: Oct 2006
Location: St. Louis, MO
Posts: 554 (0.23/day)
Thanks: 51
Thanked 35 Times in 28 Posts
Send a message via AIM to aximbigfan

System Specs

BUMP!

All the app needs to do is download a file at a URL, then set it as the Windows wallpaper, that's it.

If someone were to code it for me, I could help code something in PHP/HTML/JS for said person!

Thanks,
Chris
__________________
aximbigfan is offline  
Reply With Quote
Old Sep 22, 2008, 06:16 PM   #11
iStink
200 Posts
 
iStink's Avatar
 
Join Date: Sep 2008
Posts: 492 (0.29/day)
Thanks: 37
Thanked 49 Times in 47 Posts

System Specs

Ok I'm on it lol. I'll see what I can put together.

Edit:

Ok, I'm done. So far gif images are the only ones I haven't been able to get to work. To get this working for you, I think you can just put the exe in the startup folder.

Basically, I set it up to use a timer. You've got 3 seconds to press enter and change the url, otherwise it will attempt to download the image to it's startup directory (whereever you place the exe) then set the wallpaper to that file. If the url is invalid or your connection to the internet is down, you'll get an error saying to check your settings.

Just let me know how to send this to you and I'll send it in a zip file. It's made in VB.net 2008, and when I compiled it theres a bunch of other files in the directory. I'm not sure if these are needed for it to run, but i'll include them anyway.
__________________

Last edited by iStink; Sep 22, 2008 at 07:15 PM.
iStink is offline  
Reply With Quote
Old Sep 22, 2008, 07:23 PM   #12
iStink
200 Posts
 
iStink's Avatar
 
Join Date: Sep 2008
Posts: 492 (0.29/day)
Thanks: 37
Thanked 49 Times in 47 Posts

System Specs

Ok after testing it further, it turns out you need to just put a shortcut to the exe in the startup folder, not the actual exe. Extract the zip I give you to your download folder or something, then rightclick on the exe and drag it to the startup folder and select create shortcut here. I've used it a few times and it's working great.

Are you using this for some kind of stats image on a sports website or something?
__________________
iStink is offline  
Reply With Quote
Old Sep 22, 2008, 07:42 PM   #13
iStink
200 Posts
 
iStink's Avatar
 
Join Date: Sep 2008
Posts: 492 (0.29/day)
Thanks: 37
Thanked 49 Times in 47 Posts

System Specs

I put it on rapidshare. Let me know if you want me to send it another way... http://rs71.rapidshare.com/files/147..._BG_setter.zip
__________________
iStink is offline  
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Klipsch Image Earphone Frederik S Reviews 1 Nov 29, 2008 03:54 AM
Windows Small Business Server 2008 Public Preview Available Today malware News 1 Jul 18, 2008 03:43 AM
Seagate Introduces Savvio 10K.3 Small Form Factor Enterprise Drive malware News 7 Jun 3, 2008 02:36 PM
Intel Simplifies Storage for Small Business and the Home malware News 0 Nov 7, 2007 11:02 AM
PC Industry Rallying Behind DTX Specification to Enable Small Form Factor Adoption zekrahminator News 4 Mar 19, 2007 12:05 AM


All times are GMT. The time now is 08:49 PM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
no new posts