Hi,

What I would like to do is this.

Using a webbrowser control, navigate to a page of my choice, then every time I right click on an image either (whichever is easier)
a) automatically download that file to a specific location and filename (determined at runtime)
b) display a popup menu which gives me an option to download

I guess basically I'm asking, how do you determine the filename of an image you right click on, in the webbrowser control.

Any ideas?