file download

  1. aaronmchale

    Question VS 2010 WebBrowserControl Prevent File Downloads

    I found this code that is supposed to prevent the user from downloading files: Private Sub WebBrowser_Navigating(ByVal sender As Object, ByVal e As System.Windows.Forms.WebBrowserNavigatingEventArgs) Dim HTTPRequest As System.Net.WebRequest =...
Back
Top