Search Tools Links Login

Broadcast over IP using only Winsock Control


Visual Basic 6, or VB Classic

Allows applications to broadcast messages to all computers on a network only using the standard MS Winsock control. This very simple procedure allows all computers to receive the data in a short space of time, making it very useful for chat applications etc.
To broadcast using the Winsock Control, set the protocol to UDP and the remote IP to 255.255.255.255. Any program set to receive UDP data on the remote port set will receive the data. Its that simple. I have included a sample application to demonstrate.

Original Author: Richard Southey

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 86 times

Categories

Visual Basic 6

Attachments

CODE_UPLOAD100439212000.zip
Posted: 9/3/2020 3:45:00 PM
Size: 4,869 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.