Re: Instant Messenger Server
Welcome to the forums!
Take a look in the Code Bank, Wokawidget has posted a complete MSN clone, with the source code included. It is in his suite.
Re: Instant Messenger Server
I'm assuming you dnt wnat to connect to the msn network though which is what wokas code does.
DG read the post :)
Anywasy as for the server what kind of information are you looking at getting? I've created several over the years not completed them all but I should be able help.
Pino
Re: Instant Messenger Server
no, im not wanting to connect to the MSN network. The idea of my project is to re-create the MSN setup, and add a few adjustments that i've come up with. As far as i can see the client would remain virtually the same (or as close as i can get), while the server will do everything it does just now + a few minor extras.
At the moment i really have no idea how the server works, so im basically just looking for anything to help understand how the server does what it does(ie. websites, books, sample code....anything!).
Cheers,
Paul
Re: Instant Messenger Server
if your using winsock bets place you can go is.
www.winsockvb.com
for your application you will need the follwoing guides.
http://www.winsockvb.com/article.php?article_id=19
http://www.winsockvb.com/article.php?article_id=18
http://www.winsockvb.com/article.php?article_id=26
any questions ask me,
I assume your using vb6 and winsock.
let me know if not
Re: Instant Messenger Server
Yeah, im using VB6. Thanks for the links.
Paul