quote: Original post by Maiku
Detecting when someone comes on and then grabbing their name... I know howto add it to the box.
You would need to create a network server program and a network client program. The client would ask the user for thier name, connect to the server, and send the the name to the server.
It''s involved, but something you should be able to do with VB before too long.
I would recommend going over the enire VB in 21 days book first, and then look into networking with VB.