What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [HELP] Browsing to save a file

[HELP] Browsing to save a file
Author: Message:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: [HELP] Browsing to save a file
maybe this could work (xp only?):
code:
function SaveFile(){
var SFD = new ActiveXObject("SAFRCFileDlg.FileSave");
SFD.FileName = "*.*";
SFD.FileType = "*.*";
if(SFD.OpenFileSaveDlg()){
return SFD.FileName;
}
return false;
}


run this JS script in wscript.exe. since it uses the jscript scripting engine, it works ;)

This post was edited on 05-20-2008 at 08:03 PM by roflmao456.
[quote]
Ultimatess6
: What a noob mod
05-20-2008 07:52 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[HELP] Browsing to save a file - by SmokingCookie on 05-20-2008 at 02:56 PM
RE: [HELP] Browsing to save a file - by Matti on 05-20-2008 at 03:48 PM
RE: [HELP] Browsing to save a file - by SmokingCookie on 05-20-2008 at 04:04 PM
RE: [HELP] Browsing to save a file - by matty on 05-20-2008 at 07:41 PM
RE: [HELP] Browsing to save a file - by SmokingCookie on 05-20-2008 at 07:44 PM
RE: [HELP] Browsing to save a file - by roflmao456 on 05-20-2008 at 07:52 PM
RE: [HELP] Browsing to save a file - by Spunky on 05-20-2008 at 09:43 PM
RE: [HELP] Browsing to save a file - by matty on 05-21-2008 at 12:29 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