How to communicate between PC's using TCP/IP?

UncleRonin

Well-known member
Joined
Feb 28, 2006
Messages
230
Location
South Africa
Programming Experience
5-10
I'm trying to work out how to communicate between two PC's using TCP/IP. I've only ever worked with TCP/IP using Java (client/server) where you create different connection objects and using these connections you transmit data between the PC's. Does the same principle apply to VB.NET? What objects are used? In theory it shouldn't be all that difficult but I've never down any sort of networking through VB.NET and don't want to head in the wrong direction... so if anyone could help it would really great!
 
Back
Top