Connecting Tech Pros Worldwide Help | Site Map

simple chat program

Leo Muller
Guest
 
Posts: n/a
#1: Nov 21 '05

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

Thanks in advance,

Leo Muller


Cor Ligthert
Guest
 
Posts: n/a
#2: Nov 21 '05

re: simple chat program


Leo,

This has been in past often in this newsgroup and now somewhat less, I made
a nice search string for Google and got this

http://tinyurl.com/5rxu4

I hope this helps?

Cor


Ken Tucker [MVP]
Guest
 
Posts: n/a
#3: Nov 21 '05

re: simple chat program


Hi,

http://msdn.microsoft.com/msdnmag/is...s/default.aspx


Ken
-------------------
"Leo Muller" <leo-m@keshet-i.com> wrote in message
news:ckfrmq$9l2$1@news2.netvision.net.il...

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

Thanks in advance,

Leo Muller



Leo Muller
Guest
 
Posts: n/a
#4: Nov 21 '05

re: simple chat program


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



"Leo Muller" <leo-m@keshet-i.com> wrote in message
news:ckfrmq$9l2$1@news2.netvision.net.il...[color=blue]
>
> Does anyone know where I can find an example chat program in VB.NET?
>
> Thanks in advance,
>
> Leo Muller
>
>[/color]


Supra
Guest
 
Posts: n/a
#5: Nov 21 '05

re: simple chat program


www.pscode.com

Leo Muller wrote:
[color=blue]
>Does anyone know where I can find an example chat program in VB.NET?
>
>Thanks in advance,
>
>Leo Muller
>
>
>
>[/color]

Closed Thread