About 2,890 results
Open links in new tab
  1. How to block Visual Basic WebBrowser Error Messages

    Oct 22, 2011 · The WebBrowser control uses the IE settings, so if you disable script debugging and script error notifications in IE it should carry over to the WebBrowswer control and therefore your …

  2. How can I get cookie string from WPF's WebBrowser?

    Oct 26, 2011 · In my winform application I can get cookie sting from WebBrowser's Document property, but in WPF, the WebBrowser seems not supporting this, at least I can not find any clue to get cookie …

  3. Loading PDF Document into WebBrowser Control

    Aug 9, 2010 · Navigating the WebBrowser to Document Object types is blocked except for WPF types due to security concerns. Never fear, this is easily implemented by navigating the browser to a string …

  4. issue with insertAdjacentHTML e WebBrowser ActiveX

    Nov 23, 2008 · At the beginning I used the document.write () function, but on page load I got an advice from ie about activex safe policies, and the activex control wasn't loaded.

  5. C# WebBrowser control Faulting module name: MSHTML.dll, , …

    Jun 7, 2017 · I have a C#.net winform application using webbrowser control running on IE11 on a Windows 7 Enterprise edition machine. My application is terminating intermittently when trying to …

  6. How to create a link in C# webbrowser html editor?

    Nov 15, 2015 · but the name and url are not together (need to select the text… how?) . What I need a is a function that receive the LinkURL and LinkName and create the link.

  7. How to Dispose USerControl in wpf? - social.msdn.microsoft.com

    Oct 19, 2012 · How are you closing the browser? have you tried picking up on the closing-event (or any similar event) and called, browser.Dispose ()?

  8. Waiting for a WebBrowser till all requests/page loads completely.

    Sep 10, 2013 · Is there any point that I can check from WebBrowser properties that the browser have completely load all element related to the page, e.g loading images, javascript event, iframe, client …

  9. Webbrowser: Mouse Events - social.msdn.microsoft.com

    Apr 24, 2007 · This is straight-forward in a Text Box; you can use the mouse events like MouseDown MouseMove etc.

  10. Access to a non public property and set it

    Mar 3, 2016 · I would like to access the browser property (myEditor is an object that has inside a WebBrowser control) . From quick watch at debug time I am able to set properly, but I find it …