Web Page Change Detector

January 17, 2005, updated February 19, 2014

This is a Visual Basic 6 application that downloads a page using Winsock every minute and compares it to the original. If there is a change detected it notifies you with a popup. It's a very simple little application, but it may provide an introduction to doing something a little bit more involved.

You can download the project.

PageChangeDetect.png

Related Posts