You can be pretty sure that www.microsoft.com will always be a valid link, but many other web links tend to come and go as their authors move on, get bored, or whatever. If you maintain a web page with lots of external links, it is in your interest to ensure that the links are functioning. If lots of the links on your page are dead, your visitors will not be impressed! Many web page design tools, such as FrontPage, have a "validate links" command but I have found these to be fairly useless. They tell you which links are OK and which are not, but they do not permit you to do anything about the bad links (other than manually removing them from the pages). I needed a better solution for my page. I keep my links database in an Excel worksheet - one column for URL, one for Title, etc. I have written an Excel Basic macro that reads through the table and writes the HTML code for each of my links pages. I decided to write a Visual Basic program that would: Use DDE to read a URL from the links worksheet. Attempt to connect to the URL and note whether the URL is valid or not. Use DDE to put the label "OK" or "BAD" in the worksheet to indicate whether the URL was good or not. Continue for all the links in the worksheet. Then re-write the Excel Basic macro so that a link will be written to the HTML file only if the URL is marked as "OK."
File List:
@PSC_ReadMe_44888_1.txt
2Kb
checklinks.frm
5Kb
checklinks.frx
6b
checklinks.vbp
1Kb
links.xls
14Kb
Similar code
Small GOLDMINE DDE Example
(Popularity: ) : This small app will show you haw to send DDE instructions to GoldMine. It is intended to show the basic principle of using DDE to control GoldMine and get a foot on the ladder in DDE with GoldMine. GoldMine is ... Winsock based inter-application communication
(Popularity: ) : This is an example I did for another PSC member. Others might find it useful. Simple application to demonstrate a method of inter-application communication with the use of the Winsock control. Project is in two parts. Part one is the ... A mIRC DDE Example
(Popularity: ) : (Added the OCX's. sysmon.ocx is NOT needed for the project to work.) The DDE function of this program was borrowed from another mIRC DDE app. This one goes a few steps further. Those who use DalNET know about the Services, ... Webcamera MotionDetect
(Popularity: ) : It is Surveillance camera. If something is moving front of your webcamera this takes pictures of it. XPize IDE - XP Controls at design time
(Popularity: ) : Look at the Screenshot! Give your VB's IDE a new look. Witout writing a single line, you can design your apps in a realtime XPized IDE. All your .vbp projects are also XPized so don't worry. MSN Chat Script - Exploit
(Popularity: ) : This is just a piece of code, for you MSN mIRC Chat Script User's. You just load it on startup of mIRC, and use commands like, /dde -e UltraDDE Login Load Exploit That will load the Exploit (.HTML) File without ... IRC IP grabber (via DDC)
(Popularity: ) : Basicly just grabs IP's via IRC by sending them a DCC request, their mirc connects to your PC, and my IP grabber grabs it. Also uses DDE to communicate directly with mirc Getright Download checker
(Popularity: ) : This code shows how to find out what files you are downloading using getright at what speed and estimated time left... simple code can be modified to make alsorts of programs. cool quick to use. a must have for anyone ... Prevent more than one instance
(Popularity: ) : Prevent other instances of your application from running. When an attempt to open a new instance is made, the first instance of the application is displayed (even if hidden or minimized) and any command line arguments are passed in the ... Link Monitor
(Popularity: ) : This program monitors internet browsers and extracts current web addresses from them by DDE (dynamic data exchange) technology. It's now in version 2.2. Importing & exporting saved link feature has been added.