What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Preventing scripts from installing or running

Preventing scripts from installing or running
Author: Message:
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: Preventing scripts from installing or running
In Now Playing for the DownloadFile issue i just do

code:
if(MsgPlus.Version >= 4.20){
//use new MsgPlus.DownloadFile
}else{
//use URLDownloadToFileW api
}


This post was edited on 03-02-2007 at 11:05 AM by -dt-.
[Image: dt2.0v2.png]      Happy Birthday, WDZ
03-02-2007 10:59 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Preventing scripts from installing or running - by Weyzza on 03-02-2007 at 06:46 AM
RE: Preventing scripts from installing or running - by Thor on 03-02-2007 at 06:59 AM
RE: Preventing scripts from installing or running - by Felu on 03-02-2007 at 07:25 AM
RE: Preventing scripts from installing or running - by Weyzza on 03-02-2007 at 07:32 AM
RE: Preventing scripts from installing or running - by Felu on 03-02-2007 at 07:47 AM
RE: Preventing scripts from installing or running - by markee on 03-02-2007 at 09:07 AM
RE: Preventing scripts from installing or running - by -dt- on 03-02-2007 at 10:59 AM
RE: Preventing scripts from installing or running - by bigbob85 on 03-02-2007 at 03:19 PM
RE: Preventing scripts from installing or running - by Ezra on 03-02-2007 at 03:38 PM
RE: RE: Preventing scripts from installing or running - by CookieRevised on 03-03-2007 at 01:58 AM


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