I'm trying to write a 2 player type of game in VB and I need a way to connect two running programs over the internet. How can I do this in .Net? Is there any simple way? All I will need to send are string values.
Thanks,
Squirrelly1
Printable View
I'm trying to write a 2 player type of game in VB and I need a way to connect two running programs over the internet. How can I do this in .Net? Is there any simple way? All I will need to send are string values.
Thanks,
Squirrelly1
I have not worked with this too much, but I do know you can use the Socket class from the framework. In the 101 VB.NET Samples they have an example of how to make a chat room type thing. I am sure you could browse that code and figure it out from there. If I had an example or knew it better I would send some samples but unfortunately I have no idea. Good luck
Does anyone have anything useful to add to this?
Thanks,
Squirrelly1