Detecting File Transfers - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: Detecting File Transfers (/showthread.php?tid=39553) Detecting File Transfers by Dempsey on 03-04-2005 at 11:41 PM
Does anyway know of any ways to detect File Transfers in MSN, im currently using packet sniffing but i think there must be an easier way, like hooking the IM WIndows and detecting when a new progress bar thing is added to the windowless richedit control or something? RE: Detecting File Transfers by MC.POP on 03-05-2005 at 12:40 AM
wekk i dont know if that is possible but i am sure that a plugin can be made for that. RE: Detecting File Transfers by Dempsey on 03-05-2005 at 12:51 AM file transfer plugin doesnt use MSN file transfer, it has its own transfer system RE: Detecting File Transfers by DJeX on 03-05-2005 at 02:15 AM Maybe with the Messenger API? I'm not sure but it may be in there. RE: Detecting File Transfers by matty on 03-05-2005 at 04:58 AM Everyone this has basically been resolved I gave Dempsey code for using AA to read the convo windows and display the last message recieved. RE: Detecting File Transfers by Mike on 03-05-2005 at 06:41 AM
quote:Whats "AA" ? How can you read convos in MSN 6+ ? RE: Detecting File Transfers by RaceProUK on 03-05-2005 at 11:22 AM The IMessengerConversationWnd interface has a method that allows you to retrieve the contents of the conversation at the moment you call it. |