network messaging protocols

  • 18 years ago

    could anyone direct me to a tutorial or something else explaning how to send messages across a network using a VB program.


    i want to try and make a program similar to Winpopup

  • 18 years ago

    You can use the WinSock control to send and receive messages using the TCP protocol.
    I have submited a sample program some weeks ago: http://www.developerfusion.com/show/2759/
    It is a simple chat program.


    Hope it helps.

  • 18 years ago

    thanks

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“If debugging is the process of removing software bugs, then programming must be the process of putting them in.” - Edsger Dijkstra