hi,

I have a .exe program, written in VB.Net which takes information from an html page and puts it into a CSV file (customer's name etc ...)

The thing is, my client wants to be able to call this from within his browser. Ie, go to his websystem, navigate to the page with the orders and then right click to call my program which then copies it into his CSV files.

Question is -- is it possible to add a line to the IE Pop Up (ie when you right click the page) so that it calls my program with (with the current page URL as an argument).

Thanks in advance