See how easy it is to create a simple chat program. This tutorial explains how to create both the client and server sides of the program using the Winsock control.
In this tutorial we will learn how to write a simple client server chat program in Visual Basic 6 using the Winsock control. We will right both the server and client side of this program. One of the ways computers can communicate to each other through the internet is by using TCP/IP. In windows there is a Winsock.dll that programmers can leverage to help in this communication. This DLL is very annoying to use in Visual Basic.