What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Bug Reports » Send file function problem? (please close - NOT a bug)

Send file function problem? (please close - NOT a bug)
Author: Message:
n0obie4life
Junior Member
**


Posts: 17
Joined: Mar 2007
O.P. RE: Send file function problem?
I'm using Winamp 5.33.

All you need to do is really change a song's filename into a few chinese characters :D.

edit: Can't type chinese characters here, they don't seem to work.

edit2: I tried this piece of code
code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, StrMessage, MessageKind)
{
    var StrListTag = "!testsend";

    if( StrMessage.substr(0, StrListTag.length) )
    {
        if ( ChatWnd.SendFile("C:\Path\To\My\Music\不可思议.mp3") )
        {
        ChatWnd.SendMessage("Sending you the file");
        }
        else
        {
        ChatWnd.SendMessage("Failed");
        }
    }
}

MPL! keeps spamming failed :o. I hope this is of some use (note: song is different..but it shouldn't matter). And the HTML entities you see are actually the song name..in the actual characters.

This post was edited on 03-24-2007 at 06:46 PM by n0obie4life.
03-24-2007 06:18 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Send file function problem? (please close - NOT a bug) - by n0obie4life on 03-24-2007 at 04:14 PM
RE: Send file function problem? - by -dt- on 03-24-2007 at 04:29 PM
RE: Send file function problem? - by n0obie4life on 03-24-2007 at 06:18 PM
RE: Send file function problem? - by n0obie4life on 03-25-2007 at 04:44 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