What i have is a program where you specify a directory path and u put a log in username and pass, and login, when a message is received saying FILE:[???] where ??? is a keyword or a file name the program searches in the directory for a file containing ??? or anything close to ???, it finds the best match and then sends the file to the user who requested it, BUT the problem i have is that this program works only on msn 4.7 and i dont know how to get it to send files accross msn 6, please can someone help me on sending files over msn 6, most of the other code should work.
msn 6 uses a differant api than msn 4.7, i dont know the msn 6 api and i would like to make a program to send files accross msn 6 using visual basic, this would then enable me to be able to make a file database set it up at home and then if im at a mates house and want a file that i have a t home, simply log onto msn and get the file server to send the file to me accross msn, also allowing anyone else to access my files that i share accross msn, so simply, i would like help sending files over msn 6 using visual basic
How is this related to bots using MSN? _________________ Check out Botworld! A dev resource for things bot.
Downloads, articles, news, fourm and more.
http://botworld.marzopolis.com
This is related to bots using Visual Basic, where his particular problem is with the MSN stuff. _________________ ~ Josh
[ Need bot hosting on a dedicated server? PM me. ]
thanx for replying, i actually got a reply on this form! none of the others bother replying, where could i find msdn? is it a program a site or wat? thanx
Joined: 21 Dec 2004 Posts: 49 Location: Western Australia
Posted: Mon Mar 07, 2005 5:43 am Post subject:
QUOTE(theasker @ Mar 6 2005, 08:10 PM)
where could i find msdn? is it a program a site or wat? thanx [right][snapback]46450[/snapback][/right]
Both. If you actually bought a Visual Studio product you'll already have it (I'm pretty sure they package docs to all their most common API's with it). Otherwise, check out http://msdn.microsoft.com/ for an online, and considerably more complete version.
thanx for that, had a look on their site, didnt find exactaly wat i was looking for but, got some understanding of the msn api, anymore help will be much appericiated
Joined: 30 Jul 2004 Posts: 178 Location: Auckland, New Zealand
Posted: Thu Mar 10, 2005 8:46 am Post subject:
Are you building directly onto the client? Because if im right im sure that MSN were slowly removing the API interface. If not, why would they have the API for bots on there webpage?
well here is the source code for the program that i have: http://www31.brinkster.com/theasker/index.htm and i need help converting this to work with msn 6, please pepper can you help