views:

46

answers:

2

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!

A: 

This is a duplicate of http://stackoverflow.com/questions/483262/how-to-block-downloads-in-net-webbrowser-control

thomask
So vote to close as duplicate.
Darin Dimitrov
@Darin: @thomask doesn't have the rep to do that (requires 3000).
Richard
A: 

You could subscribe to the Navigating event and do the download in the host application (rather than letting the browser control do it itself).

Richard