Hi
I am creating a game in VB.NET and i want to add a TCP/IP chat into it so players can chat with each other in-game and ask questions etc.
I know how to create a chat like this, but there is a problem.
I dont want to make a chat just for 2 guys, i want to make a list of people who want to chat and let the user send a invite to someone.
The problem is that i dont know how could i obtain a list of IPs wanting to talk, and if its done (if possible) what should i use to list the people who want to chat, so i can invite them after double-clicking on them ?
Edit:
Or there is maybe a easier way of doing a chat like this ?
I am creating a game in VB.NET and i want to add a TCP/IP chat into it so players can chat with each other in-game and ask questions etc.
I know how to create a chat like this, but there is a problem.
I dont want to make a chat just for 2 guys, i want to make a list of people who want to chat and let the user send a invite to someone.
The problem is that i dont know how could i obtain a list of IPs wanting to talk, and if its done (if possible) what should i use to list the people who want to chat, so i can invite them after double-clicking on them ?
Edit:
Or there is maybe a easier way of doing a chat like this ?