What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Download image from URL and save locally

Download image from URL and save locally
Author: Message:
andrewdodd13
Senior Member
****

Avatar
Oh so retro

Posts: 870
Reputation: 16
34 / Male / Flag
Joined: Jan 2005
RE: Download image from URL and save locally
You can use the following:

var dlURL = "http://shoutbox.menthix.net/images/smilies/xso_wink.gif";
var localfile = FSO.BuildPath("<PATH TO SAVED LOCATION>");
var ret = Interop.Call('urlmon', 'URLDownloadToFileW', 0, dlURL, localfile, 0, 0);
[Image: AndrewsStyle.png]
12-05-2006 04:14 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Download image from URL and save locally - by ketchup_blade on 12-05-2006 at 01:39 PM
RE: Download image from URL and save locally - by andrewdodd13 on 12-05-2006 at 04:14 PM
RE: Download image from URL and save locally - by John Anderton on 12-05-2006 at 04:17 PM
RE: Download image from URL and save locally - by Felu on 12-05-2006 at 04:32 PM
RE: RE: Download image from URL and save locally - by andrewdodd13 on 12-05-2006 at 04:51 PM
RE: Download image from URL and save locally - by Spunky on 12-05-2006 at 05:07 PM
RE: Download image from URL and save locally - by John Anderton on 12-05-2006 at 07:21 PM
RE: RE: Download image from URL and save locally - by ketchup_blade on 12-05-2006 at 08:38 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On