Client/Server Comm Lib for Visual Basic description
CSC4VB is a TCP/IP communication component library that can be used with Microsoft Visual Basic, version 4.0 thru VB.NET.
CSC4VB can be used in the development of Win32 client and server applications running under all versions of Windows. The library does not depend on support libraries and makes calls to Windows API functions only.
The same CSC32.DLL can also be called from any supported language such as C/C++, Delphi, PowerBASIC, Visual FoxPro, Visual dBase, Xbase++, and COBOL as well as any VBA language such as EXCEL and ACCESS.
Key features of Client/Server Comm Lib for Visual Basic:
- Can be used to create both clients and servers. - Supports "one time" passwords for improved security. - Data and files can be encrypted. - Can send and receive data buffers or entire files. - Servers can handle multiple connections concurrently. - Can be used from GUI mode or console mode programs. - Is fully thread safe. - Works with 32-bit Visual Basic and Visual Studio VB .NET. - Does not depend on support libraries. Makes calls to Windows API functions only. - Can be used with any language that can call the Windows API. - Can be purchased with (or without) C source code for the DLL.
Changes on the new version: Added functions cscMakeDotted4, cscPutFileExt, cscCryptoPutFileExt, cscGetFileExt and cscCryptoGetFileExt; Bug fixes for cscMakeDotted, cscReadSize, and cscChallenge. Fixed problem receiving file with same name from two clients.