Seekford Solutions Inc SSI    Software Development Technologies
Product Information

Developer Tools

Resources

About Seekford 

Quick Support 

Send Me To Iraq? Save Me from Iraq?

IP Wizard Toolpack ActiveX v3

General Information | Compatibility | Downloads | Screenshots | Examples | Pricing

Examples

All of our examples come with free source code included. The free examples are located in the installation for the IP Wizard Toolpack.

Here is a list of the free source code examples included:

Access Database
VBScript
Visual Basic
Visual C++
Visual FoxPro

Access Database

SMTP Wizard ActiveX

Send Mail DB
This database examples shows how to send an email using Micrsoft Access.

Active Server Pages (ASP)

DNS MX Wizard

Get MX Records
This example demonstrates the retrieval of MX records for a given domain.

Finger Wizard

Finger Query
This ASP example written in VB Script shows off the ability to query a finger server for records based on entered query data in an Active Server Page document.

FTP Wizard

FTP Directory List
This ASP example written in VB Script de in an Active Server Page document.

NNTP Wizard

Get List
This active server pages source code example downloads a list of news groups from a news server.

PING Wizard

Ping Example
This simple asp source code pings a server 4 times and returns the statistics of the ping in a web page. Output looks like windows ping.exe.

SNTP Wizard

Get and Synchronize Time
This Active Server Pages (ASP) example demonstrates getting time from a SNTP time server and displaying it in local time as well as Universal Coordinated Time/ Greenwich Mean Time. UCT/GMT.

SSL Socket Wizard

Check port and Get banner
This Active Server Pages (ASP) example demonstrates checking a server to see if the server is listening on a tcp port and returns the banner information sent by the server on a successfuly connection.

TraceRoute Wizard

Tracert style TraceRoute Example
This Active Server Pages (ASP) example demonstrates tracing a packet through the network and display all the router hops the packet travels through. Also displays the network latencey RTT for each hop. You have a choice of reverse dns lookups as well to see the DNS names of the ip's of the routers

WHOIS Wizard

Get WHOIS Records for a Domain
This Active Server Pages (ASP) example demonstrates getting the WHOIS records associated with a domain record.

SMTP Wizard ActiveX

Send Simple Message
This Active Server Page source code example demonstrates sending an email from an ASP page.

POP3 Wizard ActiveX

Check POP3 Mail Count
This active server pages source code example logs into a POP3 mailbox on a server and checks how many messages are waiting to be downloaded.

Encoder Wizard

Encoder Test
This ASP example written in VB Script shows off the ability to encode and decode data in an Active Server Page document.

VBScript

DNS MX Wizard

Get MX Records
This example demonstrates the retrieval of MX records for a given domain.

Finger Wizard

The VBScript examples uses InputBoxes to as the user what data to use for querying the Finger server using the finger activex control.

FTP Wizard

SimpleDirectoryList.vbs
Shows the contents of a directory from an ftp server in this VBScript file.

SimpleFileDownloader.vbs
This VBScript source code example demonstrates downloading an FTP File from a server and saving it disk.

SimpleFileUploader.vbs
The simple file uploader example vbscript example demonstrates uploading a file from the client computer to an FTP Server.

HTTP Wizard

FormPostScript.vbs
This simple VBScript source code example POST's a form to a web server using simple script.

NNTP Wizard

Article Downloader
This simple VBScript source code example downloads an Articles from a nntp news server to disk.

PING Wizard

Ping Example
This simple VBScript source code pings a server 4 times and returns the statistics of the ping in a messagebox. Output looks like windows ping.exe.

SNTP Wizard

Get and Synchronize Time
This vbscript example demonstrates getting time from a SNTP time server and displaying it in local time as well as Universal Coordinated Time/ Greenwich Mean Time. UCT/GMT

SSL Socket Wizard

Check port and Get banner
This VBScript example demonstrates checking a server to see if the server is listening on a tcp port and returns the banner information sent by the server on a successfuly connection.

TraceRoute Wizard

Tracert style TraceRoute Example
This VBScript example demonstrates tracing a packet through the network and display all the router hops the packet travels through. Also displays the network latencey RTT for each hop. You have a choice of reverse dns lookups as well to see the DNS names of the ip's of the routers.

SMTP Wizard ActiveX

Send Simple Message
This vbscript source code example shows how to send an email using a script file.

POP3 Wizard ActiveX

Check POP3 Mail Count
This vbscript source code example logs into a POP3 mailbox on a server and checks how many messages are waiting to be downloaded.

Download Mail
This vbscript script file downloads messages from a POP3 mailbox and saves them to disk.

Encoder Wizard

This source code example shows the decoding of a Base64 string entered into an inputbox.

MIME Wizard

MIME Message
This simple VBScript source code example creates a MIME compliant message and shows it in a message box.

Visual Basic

DNS MX Wizard

DNS MX Records Example Program
Demonstrates retreiving MX Records for a specific domain. All records are returned in a textbox.

Finger Wizard

Full Finger Example Program
With this full source code Visual Basic example, you are able to see how easy it is to query a Finger server and get the results of that query. The example shows how to set the port, server, and query data as well as how the data is returned.

FTP Wizard

Download File To Memory
This full source code example downloads an FTP File from an ftp server and stores the file in memory.

Full Client Example
This Visual Basic example demonstrates the functionality of download ftp files, uploading ftp files, getting directory file information, navigating directories, display file transfer status, and more using the FTP activex control.

Simple Directory List
This Visual Basic source code example demonstrates the ability to list file and directory contents on an FTP server.

Simple Download
This Visual Basic example shows how to download an FTP file from a server easily and quickly.

Simple Upload
This Visual Basic example show how to upload an FTP file to a server from file on disk.

Stress Test
This is an example that repeatedly executes FTP commands on the ftp activex control to test its ability to handle a large volume of tasks.

Upload FTP file from Memory
This vb source code example uploads a file to a FTP server from a memory buffer.

HTTP Wizard

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.

NNTP Wizard

Article Downloader
This Visual Basic example demonstrates grabbing Articles from a news server and downloading them. It also shows how to download attachments in articles, such as pictures :) and files.

Quick Article Post
This vb source code example demonstrates posting an Article to a newsgroup. It show how simple NNTP Wizard ActiveX is to use.

Main Example
The main example provide a comprehensive demonstration of executing different commands on the news server and view the response from the news server to each issued command. It is really a full featured newsgroup reader, with the functionality to post replies and new Articles.

PING Wizard

.Ping Example
This simple VBScript source code pings a server 4 times and returns the statistics of the ping in a messagebox. Output looks like windows ping.exe.

Network Status
This example shows how you can use PING Wizard in your Visual Basic application to scan a subnet to see which computers are connected and responding.

Stress Test
This is an example that repeatedly executes PING commands on the PING 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 PING Wizard ActiveX is up to par with our standards.

SNTP Wizard

Get and Synchronize Time
This visual basic example demonstrates getting time from a SNTP time server and displaying it in local time as well as Universal Coordinated Time/ Greenwich Mean Time. UCT/GMT. It also offers the option to automatically set the system clock to the captured time.

Stress Test
This visual basic example sends a message repeatedly to an email address. Great for testing the capabilities of SNTP Wizard and watching throughput. Load multiple instances to watch many mails go out simultaneously.

SSL Socket Wizard

Check port and Get banner
This Visual Basic example demonstrates checking a server to see if the server is listening on a tcp port and returns the banner information sent by the server on a successfuly connection.

Main Example
This Visual Basic example demonstrates a lot of the functionality that the SSL Socket Wizard ActiveX control has available. You are able to see how to connect to a TCP port, activate SSL mode, use proxies with SSL tunneling support, connect using plain-text/regular non-ssl mode. You can negotiate SSL after connecting using plain-text mode.

Telnet
This vb example shows you how to use SSL Socket Wizard ActiveX control to make a TCP Connection to a server and communicate Telnet style. You can use SSL or regular mode.

TraceRoute Wizard

Tracert style TraceRoute Example
This Visual Basic example demonstrates tracing a packet through the network and display all the router hops the packet travels through. Also displays the network latencey RTT for each hop. You have a choice of reverse dns lookups as well to see the DNS names of the ip's of the routers

WHOIS Wizard

Get WHOIS Records for a Domain
This Visual Basic example demonstrates getting the WHOIS records associated with a domain record.

SMTP Wizard ActiveX

Bulk Mailer
This visual basic example shows how to send an email to a large number of recipients individually.

VB HTML Mail
This example shows how easy it is to a HTML formatted email using vb.

Main Example
This Visual Basic example is essentialy a full featured email client. It demonstrates creating message, adding recipients, adding attachments, using html or plaintext to send messages and more.

QuickSend
This vb source code example to send a message using backend code.

Send Premade Message
This vb example demonstrates SMTP Wizard's ability to send a premade message. Possibly pulled from a database or disk.

Stress Test
This visual basic example sends a message repeatedly to an email address. Great for testing the capabilities of SMTP Wizard and watching throughput. Load multiple instances to watch many mails go out simultaneously.

POP3 Wizard ActiveX

File Attachment Stripper
This Visual Basic example demonstrates grabbing mail from a POP3 account and saving all the attachments to messages to disk..

Main Example
This Visual Basic example is essentialy a full featured email client. It demonstrates downloading mail, deleting mail, reading mail, getting attachments, viewing html and text parts of mime messages, and much more.

Message Count
This vb source code example checks a POP3 server and tells you how many messages are in its maildrop.

Encoder Wizard

Full Encoder/Decoder Example Program
With this full source code Visual Basic example, you are able to see how easy it is to encode and decode data as well as produce the Hash algorithms on data.

MIME Wizard

Benchmark
This Visual Basic example demonstrates the processing speed of MIME Wizard for handling its different functions..

Page Archiver
This Visual Basic example shows how to create .MHT files using MIME Wizard to create a single file web page archive file.

Main Example
This example demonstrates opening existing MIME files and view them.

Visual C++

DNS MX Wizard

DNS MX Records Example Program
Demonstrates retreiving MX Records for a specific domain. All records are returned in a textbox.

Finger Wizard

Full Finger Example Program
With this full source code Visual C++ example, you are able to see how easy it is to query a Finger server and get the results of that query. The example shows how to set the port, server, and query data as well as how the data is returned.

 

FTP Wizard

Full FTP Example Program
This full source code Visual C++ example  demonstrates the functionality of download ftp files, uploading ftp files, getting directory file information, navigating directories, display file transfer status, and more using the FTP activex control.

HTTP Wizard

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.

NNTP Wizard

Main Example
The main example provide a comprehensive demonstration of executing different commands on the news server and view the response from the news server to each issued command. Shows you how to download the list of groups, view articles in a group, and even view the articles.

PING Wizard

Ping Example
This simple Visual C++ source code pings a server 4 times and returns the statistics of the ping in a textbox. Output looks like windows ping.exe.

SNTP Wizard

  1. Get and Synchronize Time
    This Visual C++ example demonstrates getting time from a SNTP time server and displaying it in local time as well as Universal Coordinated Time/ Greenwich Mean Time. UCT/GMT. It also offers the option to automatically set the system clock to the captured time.

SSL Socket Wizard

Check port and Get banner
This Visual C++ example demonstrates checking a server to see if the server is listening on a tcp port and returns the banner information sent by the server on a successfuly connection.

Telnet
This vc++ example shows you how to use SSL Socket Wizard ActiveX control to make a TCP Connection to a server and communicate Telnet style. You can use SSL or regular mode.Visual FoxPro

TraceRoute Wizard

Tracert style TraceRoute Example
This Visual C++ example demonstrates tracing a packet through the network and display all the router hops the packet travels through. Also displays the network latencey RTT for each hop. You have a choice of reverse dns lookups as well to see the DNS names of the ip's of the routers.

WHOIS Wizard

Get WHOIS Records for a Domain
This Visual C++ example demonstrates getting the WHOIS records associated with a domain record.

SMTP Wizard ActiveX

Main Example
This Visual C++ example is essentialy a full featured email client. It demonstrates creating message, adding recipients, adding attachments, using html or plaintext to send messages and more.

POP3 Wizard ActiveX

Main Example
This Visual C++example is essentialy a full featured email client. It demonstrates downloading mail, deleting mail, reading mail, getting attachments, viewing html and text parts of mime messages, and much more.

Encoder Wizard

Full Encoder/Decoder Example Program
With this full source code Visual C++example, you are able to see how easy it is to encode and decode data as well as produce the Hash algorithms on data.

MIME Wizard

Simple Parse
This example shows how you can use MIME Wizard in your Visual C++ application to parse a MIME message into its different parts.

Visual FoxPro

DNS MX Wizard

DNS MX Records Example Program
Demonstrates retreiving MX Records for a specific domain. All records are returned in a textbox

HTTP Wizard

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

NNTP Wizard

Article Downloader
This Visual Foxpro example demonstrates grabbing Articles from a news server and downloading them. It also shows how to download attachments in articles, such as pictures :) and files.

PING Wizard

Ping Example
This simple Visual FoxPro source code pings a server 4 times and returns the statistics of the ping in a textbox. Output looks like windows ping.exe.

 

SNTP Wizard

Get and Synchronize Time
This Visual Foxpro example demonstrates getting time from a SNTP time server and displaying it in local time as well as Universal Coordinated Time/ Greenwich Mean Time. UCT/GMT. It also offers the option to automatically set the system clock to the captured time.

SSL Socket Wizard

Check port and Get banner
This Visual Foxpro example demonstrates checking a server to see if the server is listening on a tcp port and returns the banner information sent by the server on a successfuly connection.

Telnet
This vfp example shows you how to use SSL Socket Wizard ActiveX control to make a TCP Connection to a server and communicate Telnet style. You can use SSL or regular mode.

TraceRoute Wizard

Tracert style TraceRoute Example
This Visual Foxpro example demonstrates tracing a packet through the network and display all the router hops the packet travels through. Also displays the network latencey RTT for each hop. You have a choice of reverse dns lookups as well to see the DNS names of the ip's of the routers.

SMTP Wizard ActiveX

QuickSend
This Visual Foxpro source code example to send a message using backend code with a smtp server.

POP3 Wizard ActiveX

Check POP3 Mail Count
This visual foxpro source code example logs into a POP3 mailbox on a server and checks how many messages are waiting to be downloaded.

Download Mail
This visual foxpro file downloads messages from a POP3 mailbox and saves them to disk.

Encoder Wizard

Full Encoder/Decoder Example Program
With this full source code Visual FoxPro example, you are able to see how easy it is to encode and decode data as well as produce the Hash algorithms on data.

MIME Wizard

Simple Message
This Visual FoxPro source code example demonstrates creating a MIME message in Visual Foxpro code.

 

 



 

© 2001-2008 Seekford Solutions, Inc. All rights reserved.  Privacy Policy  Site Map