Visual Basic Network Tutorials

Practically every computer in the world is interconnected but how do you get them to talk to each other. Network programming is the answer. You can use API's to allow your VB apps to communicate with common network protocols such as Tcp/Ip. It can get a little complex at times but its well worth it when you write your first "chat" type program. Its like magic!