Lycaon Posted May 26, 2005 Posted May 26, 2005 Anyone happen to know what I'd need to do to enable my program to detect/catch/hook clicks in IE (and possibly other browsers) and then handle the click action myself? I'm interested in making my own download manager, and the ability to detect file downloads in the browser, then handle the downloads myself, would make a great addition to my program. Any pointers? Quote
mskeel Posted May 27, 2005 Posted May 27, 2005 javascript events might be a good starting point, but I don't know that you'll be able to actually do what you are evinsioning. You'll have to have something in the browser catch the events and then call something in your .net program most likely. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.