views:

44

answers:

1
+1  Q: 

Link Tracker C#

I am creating a download manager, and I need to be able to find out what link was clicked on (so my download manager can begin downloading the file), and also need to be able to stop the browser from launching its default download manager.

Does anyone know how to go about doing this, or know of any links to articles/tutorials/related docs?

+1  A: 

As far as I know, the only way is to write a pluggin for IE which is done through Browser Helper Objects and that is unmanaged C++. Have a look at this:

http://msdn.microsoft.com/en-us/library/bb250436(VS.85).aspx

Aliostad
+1 - Thanks heaps, very helpful :D
lucifer
No probs, mate.
Aliostad