Version: 2.8.5
ActiveX Controls for TCP, UDP, Daemon, DNS, Ping and RAS are basic tools for Internet application development.

Sample Projects Included
These Winsock samples included with the installation are fully working applications and include complete source code.

Sample Name Sample Description Environments
DartChat Uses the UDP Control and multicast datagrams to join chat sessions. VB 6, VC++ 6, Delphi 4/5, PowerBuilder 6, VB.NET
DartDraw Uses the UDP Control and broadcasting to create a community whiteboard application. VB 6
DNS Client Uses the DNS Control to resolve any host name to an address (type A records), any address to its hots name (type PTR records), any email address to its host name and address (type MX records). VB 5/6, VC++ 6, Delphi 4/5, C++ Builder 4/5, PowerBuilder 6, FoxPro, VB.NET
Email Address Verifier Uses the TCP control to verify email addresses. VB 6
Ping Client Uses the Ping Control to ping any host. VB 5/6, VC++ 6, Delphi 4/5, C++ Builder 4/5, PowerBuilder 6, FoxPro, VB.NET
RAS Client Uses the RAS Control to demonstrate dial-up operation. VB 5/6, VC++ 6, Delphi 4/5, C++ Builder 4/5, PowerBuilder 6, VB.NET
TCP Blaster Uses the Daemon and TCP Controls to demonstrate high-throughput operation. VB 5/6, VC++ 6, Delphi 4/5, C++ Builder 4/5, PowerBuilder 6
TCP Client Uses the TCP Control to build an interactive on-line application for time, character builder, smtp, echo, etc. VB 5/6, VB.NET
UDP Client Uses the UDP Control in an interactive "chat" application. VB 5/6, VC++ 6, Delphi 4/5, C++ Builder 4/5, PowerBuilder 6, VB.NET
WebAlive Uses the TCP Control to compare the performance of any two web servers. VB 6, VB.NET
Web Server Uses the Daemon and dynamic TCP Controls to build a simple multi-threaded VB application that serves up web pages. VB 6

Winsock for ActiveX also includes the following application(s):

Application Description
Debug Server This server application is based upon one of Dart's own internal testing tools and is designed to help developers debug their client-side applications by being able to see the message sent from a client application. Then, a developer can respond to the client application with a customized response message sent from the server.

ASP (Online) Samples
Our ASP samples give a live, onsite demonstration of our tools.

Sample Name Sample Description Environments
Stock Quotes on the Web ASP application uses the TCP Control to access Yahoo's stock quote service. TCP COM SampleTCP COM Sample
DNS on the Web ASP application uses the DNS Control to resolve a host name to an address, an address to host name(s), or an email address to a mail server name and address. TCP COM SampleTCP .NET Sample