VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Simple, clean client/server socket controls (includes docs and chat demo)

by James Vincent Carnicelli (21 Submissions)
Category: Internet/HTML
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (24 Votes)

This is a set of controls designed to make creating TCP/IP client/server applications very easy. There's a single-connection client control and a server socket bank that automatically manages connections from clients. There are even discrete listener and server sockets, if you want to implement your own socket bank. This is all in an OCX and delivered with a tiny chat client/server program to demonstrate how easy it is to use. (The OCX source is included.)

While the client adds only a little functionality (and a lot of stability) to the basic Winsock control's methodology, the server socket bank offers the huge advantage of dealing with listening for incomming connections and managing them for you, a notoriously tedious and sometimes hazardous task.

These sockets controls even make dealing with sending and receiving binary data easier than with the Winsock control. They have their own internal receive buffers, which you can pick apart at your own pace as plain text or byte arrays. You can switch back and forth in mid-stream, too.

ASP/VBScript programmers should find these components useful, since you don't have to trap the events from the client socket to use it.

Perhaps the best thing about this package is that it includes extensive documentation in HTML files, which includes an introduction, explanation about how to apply them including code samples, and a complete reference for each control.

This OCX is a culmination of many years of work trying to create a suite of controls more stable and easy to use than MS's Winsock control. It's been tested out for a while by many users here. A few have recommended changes I've implemented. Otherwise, the requests I'm getting now are for minor feature changes. The package seems to be working well for those using it. I welcome your further comments and suggestions.

Please vote for my hard work if you like these components.

---- Recent Updates ----

  • 21 June 2000: Added documentation and new features.
  • 26 June 2000: Bug fixes and added tutorial to help.
  • 30 October 2000: You asked for it. ZIP now includes the OCX's source.
  • 16 November 2000: Changed Port properties from Integer to Long.

    Rate Simple, clean client/server socket controls (includes docs and chat demo)

    Download Simple, clean client/server socket controls (includes docs and chat demo)

    Download Simple, clean client/server socket controls (includes docs and chat demo) (103 KB)

  • Simple, clean client/server socket controls (includes docs and chat demo) Comments

    No comments have been posted about Simple, clean client/server socket controls (includes docs and chat demo). Why not be the first to post a comment about Simple, clean client/server socket controls (includes docs and chat demo).

    Post your comment

    Subject:
    Message:
    0/1000 characters