HTTP Wizard ActiveX v3
Examples
All of our examples come with free source code included. The free examples are
located in the installation for the HTTP Wizard ActiveX
control.
Here is a list of the free source code examples included:
VBScript
FormPostScript.vbs
This simple VBScript source code example POST's a form to a web server
using simple script.
Visual Basic
E-Bay Time
This Visual Basic example demonstrates grabbing a web page from
ebay.com, parsing for the current time, and showing it to the user.
File Download Example
This Visual Basic example show how to download a file from a web
server and store it on the hard drive.
Form Post
This vb source code example demonstrates posting a form to a web
server using different variable values.
Main Example
The main example provide a comprehensive demonstration of executing different
commands on the web server and view the response from the web server to each
issued command.
Simple Registration
This example shows how you can use HTTP Wizard in your Visual Basic
application to send registration data to a web server and look at the result
from the server.
Stress Test
This is an example that repeatedly executes HTTP commands on the HTTP
activex control to test its ability to handle a large volume of tasks. Great
for watching how robust it is. We have used this to run hundreds of thousands
of tests on server to ensure HTTP Wizard ActiveX is up to par with our
standards.
Visual C++
Simple Registration Example
This example shows how you can use HTTP Wizard in your Visual C++
application to send registration data to a web server and look at the result
from the server.
Visual FoxPro
File Upload
This Visual Foxpro source code example demonstrates using Visual
Foxpro to upload a file to a weber server using http.
Simple Registration Example
This example shows how you can use HTTP Wizard in your
Visual Foxpro application to send registration data to a web server and
look at the result from the server.
UniversalThread.com Login Example
This visual foxpro http wizard example demonstrates logging into
UniversalThread.com
|