Shoutbox

Can I execute a function when the contact sends a 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: Can I execute a function when the contact sends a file? (/showthread.php?tid=72292)

Can I execute a function when the contact sends a file? by preliators on 03-03-2007 at 05:53 PM

Can I execute a function when the contact sends a file to me?
Because now it is unable to detect a contact sending a file by OnEvent_ChatWndEditKeyDown , thanks


RE: Can I execute a function when the contact sends a file? by deAd on 03-03-2007 at 05:58 PM

OnEvent_ChatWndEditKeyDown is for when the local user types in the chat box ;)

OnEvent_ChatWndReceiveMessage is the event that notifies you of incoming messages, but it does not support file transfers.


RE: Can I execute a function when the contact sends a file? by felipEx on 03-04-2007 at 05:52 PM

can it be possible sniffing the msn protocol?  :D


RE: Can I execute a function when the contact sends a file? by TheGuruSupremacy on 03-04-2007 at 06:13 PM

quote:
Originally posted by felipEx
can it be possible sniffing the msn protocol?  :D

Yes it can..Infact i remember that someone is programming a script to organize files recievied in different folders...Use Xniff Library to do it...Greetings