VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Chat client and server using Winsock

Dan Koestler  (1 Submission)   Internet/HTML   Visual Basic 3.0   Beginner   Wed 3rd February 2021

This easy to follow code shows a way to connect two computers, using winsock and IP addresses, and send messages back and fourth. It has 'headers' or names that appear before the text and every single line of code is commented! Great for beginners who want to know how to easily connect!

Inputs
You need the local and remote computer ports (you set them yourself, just make sure they are the same) and the remote ip address. Then you can send messages back and fourth.

Returns
The program can send messages between to computers.

Side Effects
Learning about Winsock very easily.

Rate Chat client and server using Winsock (3(3 Vote))

Download Chat client and server using Winsock

Chat client and server using Winsock Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters