I need to write a C # and VS2010 application that can listen to a download event from Internet Explorer and grab the file url to add it to a specific database.
My only problem is how to implement an interface that really captures this event.
What do I need to create or implement such functions?
Searching for functionality as a βfree download manager or FDM softwareβ, every time you launch a download in Internet Explorer, the βFDMβ window appears containing the download URL.
source share