simple chat program

  • Thread starter Thread starter Leo Muller
  • Start date Start date
L

Leo Muller

Does anyone know where I can find an example chat program in VB.NET?

Thanks in advance,

Leo Muller
 
Thanks for the links,
What I am looking for is something simpler.

My design would be something like this:
Server:
- list users, logon

Client:
- get list of users (and how to connect to them) from server
- get messages from other users (do I need to use sockets?, tcp/ip?, I have
no clue)
- send messages to all other users.

Thus the server would only be needed to maintain who is in the chat, and not
send the messages itself.

Can this be done?

Leo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top