Visual Basic / System Info / sending msg over Network
Snippet details
ID: 452
Viewed: 1311
Added: 2002-08-19
Version:
sending messages to another computer over network.
As i said before... three textboxes, two command buttons and a winsock control.
Text1 is for the IP address so it doesn't have to be very long, Command1 is to connect with, so put it next to Text1.
Then Text2 is the main box that shows what has been said so it must be quite big.Then obviously Text3 is for what is going to be sent and the command button is used to send the message.
I think that's it, now all you need is two computers
I forgot two things, 1) Make sure the winsock protocol is set to TCP\IP.
2) incase you didn't know, You must type the IPAddress of the computer you want to send the msgs to in text1 then press connect
also command1.caption=Connect and command2.caption=send
hope it works
As i said before... three textboxes, two command buttons and a winsock control.
Text1 is for the IP address so it doesn't have to be very long, Command1 is to connect with, so put it next to Text1.
Then Text2 is the main box that shows what has been said so it must be quite big.Then obviously Text3 is for what is going to be sent and the command button is used to send the message.
I think that's it, now all you need is two computers
I forgot two things, 1) Make sure the winsock protocol is set to TCP\IP.
2) incase you didn't know, You must type the IPAddress of the computer you want to send the msgs to in text1 then press connect
also command1.caption=Connect and command2.caption=send
hope it works
General Details
Snippet uploaded by: snippet
Email : webmaster@snippetlibrary.com
Snippet By: Unknown
| Snippet By: | Unknown |
| Declarations | |
| Code | |
| Highlight All | |
No Reviews to show
