PowerTCP Web Enterprise for ActiveX | Code Examples
Code Examples
These PowerTCP Web Enterprise for ActiveX code snippets can be copied and pasted into your project.
Code Snippet | Description |
---|---|
Get Page or File | Demonstrates how to get a web page or download a file. |
Post Data | Demonstrates how to submit data to a web page. |
Upload a File | Demonstrates how to upload a file to a web page. |
Get Page Images | Demonstrates how to download all images in a web page. |
Sample Projects Included
The samples are fully working applications and include complete source code.
Sample Name | Sample Description | Environments |
---|---|---|
Http PageFetch | Demonstrates how to Get a web page. | VB 6, VC++ 6 |
Http Post Demo | Demonstrates how to Post information to a website. | VB 6 |
Http Multipart Post Demo | Demonstrates how to Post files and variables to a website. | VB 6 |
LinkSpider | Demonstrates how to build a spider 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 webservers. | VB 6 |
WebAsp PageFetch | Demonstrates how to Get a web page using the WebAsp control. | VB6 |
WebAsp Post Demo | Demonstrates how to Post information to a website using the WebASP control. | VB6, VC6 |
WebAsp Multipart Post Demo | Demonstrates how to post files and variables to a web site using the WebAsp Control. | VB 6 |
Web Enterprise for ActiveX includes the following application:
Application | Description |
---|---|
Debug Server | This server application is based on one of Dart's own internal testing tools and is designed to help developers debug their client-side applications. Permits the tester to respond to the client application with a customized response message. |
ASP (Online) Samples
Samples written in VBScript for traditional ASP pages.
Sample Name | Sample Description | Environments |
---|---|---|
Web Scraper | ASP application that accesses any web page and displays the text in an edit box. | COM, .NET |
HTML Mail on the Web | The Web Control gets a page (including all images) and sends it to the specified email address. | COM |