What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Question] Download zip file

[Question] Download zip file
Author: Message:
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
30 / Male / Flag
Joined: Apr 2006
Status: Away
RE: [Question] Download zip file
code:
function DonwloadFile(URL, LocalFile){
    var fso = new ActiveXObject('Scripting.FileSystemObject');
    LocalFile = fso.BuiltPath(LocalFile);
    return Interop.Call('urlmon', 'URLDownloadToFileW', 0, URL, LocalFile, 0, 0);
}
This might freeze WLM while downloading.

This post was edited on 02-01-2007 at 02:42 PM by Felu.
02-01-2007 01:33 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Question] Download zip file - by tryxter on 02-01-2007 at 01:20 PM
RE: [Question] Download zip file - by Felu on 02-01-2007 at 01:33 PM
RE: [Question] Download zip file - by tryxter on 02-01-2007 at 01:55 PM
RE: [Question] Download zip file - by Felu on 02-01-2007 at 02:00 PM
RE: [Question] Download zip file - by tryxter on 02-01-2007 at 02:02 PM
RE: [Question] Download zip file - by felipEx on 02-01-2007 at 10:30 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