Hi guy i have asked alot of questions on here and got ace help from some member so i have decided to make a VbWire live chat app i also think i will add user file transfer aswell as some streaming music/radio and meaby video streaming using win mediaplayer meaby have some live cam feed or summin forstly i need help

So here is my problem i have the clients connect to the server and all that but now i am ading a login forum so when u type your name in to text box1 it reads the name when u send a message and it puts EG. Anton2k: Hello like that i have the code here for doing that here it is

Sock.SendData(txtName.Text & ":" & txtSend.Text)

ok as you can see it sends the txtName witch the : then the contents of the message witch u type in textbox2.

So, what i need to do is get the user to see their name when thay type and send a message and and i also have to get it reading their name from form1

Thanks in advance i will keep looking at this thred reguraly to day thanks for looking