D
Du Dang
i wanna create a bot to download wallpaper from a website
cuz there are thousands of pic availiable and right click and "save as"
ain't fun no more
so far i got this from google
+++++++++++
WebClient Client = new WebClient();
Client.DownloadFile(url, save_as);
+++++++++++
but that code can only download static url only
ie. http://www.google.ca/intl/en_ca/images/logo.gif
but it doesn't work for links like
http://www.themexp.org/download.php?type=wp&id=96
it keep giving me http 400 error (bad request)
any help is appreciated
thanks
Du
cuz there are thousands of pic availiable and right click and "save as"
ain't fun no more
so far i got this from google
+++++++++++
WebClient Client = new WebClient();
Client.DownloadFile(url, save_as);
+++++++++++
but that code can only download static url only
ie. http://www.google.ca/intl/en_ca/images/logo.gif
but it doesn't work for links like
http://www.themexp.org/download.php?type=wp&id=96
it keep giving me http 400 error (bad request)
any help is appreciated
thanks
Du