Search results for query: *

  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 =...
  2. aaronmchale

    Question Web Browser New Window In Tab Control WebBrowserNewWindow Error

    I am making a web browser for a Kiosk system that uses a tab control to display web pages, the user can add and remove tabs. When a new tab is created it creates a new web browser using: Dim newbrowser As New WebBrowser In the AddWebTab private sub, which is called when the users adds a tab. I...
Back
Top