How Can I Determine What Link The Mouse Just Clicked?
I'm trying to create a download manager, however i don't know how to tell if the mouse just clicked a link that doesn't tell the webbrowser to go someplace. I need to know this so that i can tell the program that when this happens, to start asking to download. Could someone please help me? If someone is willing to, do you need some more information?
well, i was doing it in the WebBrowser control. The structure was that it loaded the web page adn then when the mouse would click the link it would download, but i didn't know when the mouse would click the link
i'll try it your way. thanks!
Is this download manager - to download a .NET application
If so then if you publish you application using click once - it creats a publish web page - which you click on the install link and it installs the application. So all you need to actually do is publish your application to a web server.