|
Welcome to VB6.us. Visual Basic 6 is still very alive and active. Many business have huge applications written in this great language. Wouldn't it be nice to have current VB6 tutorials and VB6 source code samples? Many people learn this language as their first development language and many use it every day for work. This site is dedicated to helping you learn and advance in Visual Basic 6.0. We currently have numerous Visual Basic tutorials and Visual Basic source code samples for all levels from beginner to intermediate to advanced. There is also in depth VB6 guides. You can also post questions in the VB6 forum where the maintainer of this site and others will be able to help you. Below is a list of all our latest articles. Also please use the links on the left to browse our different sections or the search in the upper right corner of this page to find something specific. |
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.
This source code sample demonstrates how you can create a very, very, basic web server. It is not intended for you to actually use but instead to just wet your appetite with a simple networking example.