Web Monitor allows custom extensions in the form of add-ins that you can write with any .NET language. To create an add-in you basically create a handler class that gets fired a few actions and events depending on how you configure the class.

Add-ins are loaded from the Addins directory below the Web Monitor installation directory. Once an add-in is created simply copy the .NET DLL assembly into this directory and Web Monitor will automatically load the add-in and display it on the Tools | Add-ins menu.

With an add-in you can do the following:


Creating add-ins with Web Monitor is easy if you are familiar with .NET. You basically create a single handler class in a separate .NET assembly and implement the event handlers you want to listen.

A number of customers have asked for this sort of extensibility, so now it's up to you to take advantage of it and do something useful...

See also:

Creating a Web Monitor Add-in

Last Updated: 7/24/2005 | Send Topic Feedback