About 2,300 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. Drag And Drop support for WebBrowser component

    Dec 1, 2008 · I have a component which is an extension of the WebBrowser component which I use in my application for displaying a virtual earth map. What I would like to do is be able to drag …

  3. 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.

  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. How WebBrowser control disable sounds in MFC or WTL project.

    Apr 7, 2016 · Not exactly, it's hard for me to know all the sounds elment, because the WebBrowser will host any web page, include mine, and the others (third-party's).

  6. System.Windows.Forms.WebBrowser to Web?

    Oct 7, 2021 · Actually we can use System.Windows.Forms.WebBrowser in asp.net web form. Only hurdle will be running a control which designed for STA (single threaed apartment) in a MTA (multi …

  7. Copy the content of the Webbrowser to Clipboard

    Oct 10, 2007 · I need a way to convert a content of the webbrowser to the rtf format. I don't find any FREE component in the internet for converting html to rtf. I found a way to do it but don’t know how …

  8. How to enable "open in new tab" in webBrowser control?

    Mar 14, 2011 · i work on a new project and need some advise. I added the webBrowser control (also a TextBox to type in an URL) and it works fine (view of websites/pages). If i do a right click in the …

  9. Extending the WebBrowser Control...

    Sep 18, 2007 · It associates the underlying ActiveX control with a client that can handle control events. This method is useful if you are familiar with OLE development using the unmanaged WebBrowser …

  10. 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 …