Changing desktop to online .bmp image using c++ - help!!

Please support our C++ advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Sep 2009
Posts: 1
Reputation: MaskedPianist is an unknown quantity at this point 
Solved Threads: 0
MaskedPianist MaskedPianist is offline Offline
Newbie Poster

Changing desktop to online .bmp image using c++ - help!!

 
0
  #1
Sep 27th, 2009
Hi guys

First post on this website, so go easy on me.

I'm a fairly inexperienced programmer, mostly using snippets of other people's code and adapting it for my own uses, but I have found a problem. I want to change my desktop programatically, but to a picture on the internet, not on my hard drive. I have included my current code. Is there anything I have to change to make it work, like an addition to the url of the picture?

The code compiles fine, but it just changes my desktop to grey instead of the image. Also, it works with any .bmp images on my hard drive.

  1. #include <windows.h>
  2.  
  3. int main()
  4. {
  5. SystemParametersInfo( SPI_SETDESKWALLPAPER, 0, (PVOID) "http://www.deh.enr.state.nc.us/pws/rules/bitmap%20enr%20logo.bmp" , SPIF_UPDATEINIFILE ); // Just an example url
  6. }
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 5,273
Reputation: iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold 
Solved Threads: 378
Featured Poster
iamthwee's Avatar
iamthwee iamthwee is offline Offline
Posting Expert

Re: Changing desktop to online .bmp image using c++ - help!!

 
0
  #2
Sep 28th, 2009
maybe you'd have to use Curl or something to save the picture from the website onto your harddrive then call that function.
*Voted best profile in the world*
Reply With Quote Quick reply to this message  
Reply

Tags
background, bitmap, bmp, c++, desktop, url

Message:




Views: 949 | Replies: 1
Thread Tools Search this Thread



Tag cloud for background, bitmap, bmp, c++, desktop, url
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC