Hi!
I'm programming a chat program, but I'm having a few problems....
I want to send the text i submit in my chat to all other computers on the network running my
program.
How can i do that??

I have the following components on my form:

Msg (ListBox containing the messages posted to the chat)
Users (ListBox containing the users logged into the chat)
SendMsg (TextField where i type my message to be sent)
cmdSendMsg (Command button which i use to send the text in SendMsg to Msg)