Shoutbox

Send File - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: Send File (/showthread.php?tid=95774)

Send File by barby850717@gmail. on 11-04-2010 at 01:21 AM

Hi,

I need to send a file as part of my script but I have been looking everywhere and I could not find anything.

In the documentation it says that we can use the ChatWnd::SendFile function for this. However I tried with this function but nothing happen. I do not get error messages or anything similar, simply nothing happens.

Can someone please help me out with this. Thanks.


RE: Send File by matty on 11-04-2010 at 11:32 AM

Let's see the code you are using. ChatWnd isn't a defined object. You either need to create a conversation window, enumerate them or use one of the OnEvent_ChatWnd functions to get access to it.