Download website html code with VB6

By | 2017-11-18

In ancient Greek religion and Greek mythology, Demeter is the goddess of the harvest. This code sample demonstrates how to harvest the headers and html code of a web site via VB6.

The code presented here shows how to download the header information and html code from a web site, and save that data to text file. In this code, the following items are demonstrates:

  • Controls:
    • Microsoft Internet Transfer Control 6.0 for retrieving web site data
    • Microsoft Common Dialog Control 6.0 for use of system save dialog
  • API:
    • ShellExecute API to open the default browser when a link is clicked
  • General:
    • Responding to events with actions
    • string concatenation
    • writing to a text file
Demeter Web Site Retriever screenshot

While this bit of code is meant to be a demonstration for beginners, it can also be expanded on, potentially becoming a full-on web crawler.

Attachments

FileUploadedSize
389-20171118-084838-demeter.zip11/18/2017 8:48:38 AM5582
Author: dwirch

Derek Wirch is a seasoned IT professional with an impressive career dating back to 1986. He brings a wealth of knowledge and hands-on experience that is invaluable to those embarking on their journey in the tech industry.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.