Shoutbox

'Hooking' 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: 'Hooking' File Transfers (/showthread.php?tid=39013)

'Hooking' File Transfers by Dempsey on 02-22-2005 at 10:45 PM

Not that I'd have a clue how to do it anyway, I'm just wondering if anyone knnows if it's technically possible to somehow hook/subclass/whatever Messenger so that you can get informed of file transfers, when they start, when they finish and the filename or something.

Does anyone know if its possible?


RE: 'Hooking' File Transfers by Caboose on 02-22-2005 at 10:49 PM

There's a plugin for Messenger Plus! called File Transfer Plus that does these things and more, so yes, it's technically possible.


RE: 'Hooking' File Transfers by Dempsey on 02-22-2005 at 11:02 PM

yea i know about Fiel Transfer Plus, but i want to do it for normal msn file transfers is possible


RE: 'Hooking' File Transfers by Caboose on 02-22-2005 at 11:03 PM

Oh, well then I don't know. I know nothing of programming :P


RE: 'Hooking' File Transfers by Ash_ on 02-23-2005 at 04:43 AM

i'd say definately subclassing, youll need to hook the IM Window Control, then every so seconds maybe search for the Progress bar classname, if it returns > 0 then you've found it.

getting the Progress bar Classname would be of some difuculty though.

good luck.


RE: 'Hooking' File Transfers by Mike on 02-23-2005 at 05:25 AM

A more simple way I would do it is packet sniffing :D


RE: 'Hooking' File Transfers by Stigmata on 02-23-2005 at 07:31 AM

if you follow the above

have a look at
http://www.hypothetic.org/docs/msn/sitev1/filetransfer.php


RE: 'Hooking' File Transfers by Ash_ on 02-23-2005 at 10:53 AM

but!!!!, going my way would enable you to create your own Progress bar on the side so you don't have to scroll up to check how far its down.

actually i spose you could do that with packet sniffing aswell.

whatever works for you.


RE: 'Hooking' File Transfers by Dempsey on 02-23-2005 at 11:35 AM

I've already looked inot packet sniffing and i can do it that way and it works just about, but i was just wondering if it was possibe to do it another way


RE: 'Hooking' File Transfers by RaceProUK on 02-23-2005 at 04:59 PM

I'd be interested in this too: being able to place progress bars where I want is something I intend to put in a little project of mine.