Visual Basic

CarpeNoctem

Daemon Poster
Messages
1,274
In my Visual Basic .net class we are creating games. I have finished 2 weeks earlier and am wanting to spice it up. I am trying to directly connect to another computer playing the same game. I found a utility called web client and web service but can not figure out how to use it or what it does.

Can someone explain to me what I can do with web client and web service.
 
If you are on the same lan, check out winsock, its one of the primary tools for something like that.
 
winsock can also create and recieve socket connections if the machines arn't on the same LAN.
 
We tried sockets amongst other things. The project is over, and the district would not allow us to do the multiplayer aspect.
 
Back
Top Bottom