Possible Duplicate:
How to block downloads in .NET WebBrowser control?
Not much more to add, how do I go about this? Thansk for your help!
Possible Duplicate:
How to block downloads in .NET WebBrowser control?
Not much more to add, how do I go about this? Thansk for your help!
This is a duplicate of http://stackoverflow.com/questions/483262/how-to-block-downloads-in-net-webbrowser-control
You could subscribe to the Navigating
event and do the download in the host application (rather than letting the browser control do it itself).