Version: 1.8.4
Communicate with Web Servers from a client application using HTTP and HTTPS.

Sample Projects Included
The Web for ActiveX samples included in the installation are fully working applications with complete source code.

Sample Name Sample Description Environments
PageFetch Demonstrates how to fetch a web page. VB 6, VC++ 6 (with new Class wrappers), Delphi 4/5, PowerBuilder 6, VB.NET
Post Demo Demonstrates how to post information to a web site. VB 6, VB.NET
Multipart Post Demo Demonstrates how to post files and variables to a web site. VB 6
LinkSpider Demonstrates how a spider can be built to search for information on the Web. VB 6
WebAlive Compares the download performance of any two web pages. Useful for comparing the relative performance of mirrored web servers. VB 6

Web 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
Web Scraper ASP application that accesses any web page and displays the text in an edit box. HTTP COM SampleHTTP .NET Sample
Stock Quotes on the Web ASP application uses the Web Control to access Yahoo's stock quote service. HTTP Stock Quote COM SampleHTTP Stock Quote .NET Sample
HTML Mail on the Web The Web Control gets a page (including all images) and sends it to the specified email address. HTML Mail On The Web COM Sample