Chat Without Making Server

  • Thread starter Thread starter Mr Mind - Lion
  • Start date Start date
M

Mr Mind - Lion

I want to make a user applcation in which users can communicate with
each other at a specified port without making server applcation like
professional softwares such as Windows Messenger Service, Yak,VYPress
etc.
Please guide me which classes should i use to do so?
PLease type down the classes names.
Thanx
 
Mr Mind - Lion,
Matthew MacDonald's book "Microsoft Visual Basic .NET Programmer's Cookbook"
form MS Press has a sample chat program that you can run peer-to-peer.

Basically you need to use .NET Remoting enabled for bidirectional events.
There are a couple of topics in the above book that goes into details.

Hope this helps
Jay
 
Back
Top