Questions tagged as 'webbrowser'

0
answers

Error accessing page with digital certificate through WebBrowser Windows Forms Control

I am trying to access through the Windows Forms .NET 4.0 WebBrowser Control a page that requires a digital certificate. The site is only approved for versions 8 and 9 of IE. The IE version of the machine is at 11. When direct browser access I ne...
asked by 26.05.2015 / 22:06
2
answers

How to click the ok of the java script alert via WebBrowser?

How can I disable all javascript alerts via the web browser? When I'm loading the page. <link rel="stylesheet" href="css/bootstrap-theme.min.css"> <meta charset="UTF-8"> <!-- Latest compiled and minified JavaScript --> <...
asked by 16.10.2017 / 14:47
2
answers

How to reference an html button in C #

I have the following HTML code snippet: ThiscodebelongstoapageofanAirOS(internetradio)radio.IneedtoreferencethisbuttoninsideaprogrammadeinWindowsFormsandmakeafunctionforittobeexecutedandtheradioreboot.Iwasonlyabletogetelementswithanidattribu...
asked by 11.01.2017 / 19:47
2
answers

Correcting or preventing display of "Script Error" [closed]

In Delphi I call an HTML page that displays some graphics made with jChartFX within a TWebBrowser , are working normally, but clicking any graphic it shows me this Script Error alert: I'd like to know if code looks l...
asked by 21.06.2017 / 23:28
1
answer

Is it possible to change CSS in VB.NET WebBrowser?

Hello, all good guys? my next question ... I want to disable all background-image then ... I wanted to get the html from the entire page and put nothing on the "background-image" tag leave it always empty. In the images I got .. I studi...
asked by 26.08.2015 / 07:59
1
answer

Add address bookmarks via JavaScript

Giving a search in Google (and here) I saw that it was possible some time ago to add addresses to browser bookmarks in JavaScript, but the methods used for this have been discontinued and I would like to know if there are new methods or not more...
asked by 19.01.2018 / 03:25
1
answer

Prevent, confirm or dismiss in javascript alerts on a VB.NET webbrowser object

I'm experiencing problems with javascript alerts in my webbrowser. I am creating an automation and after submitting to some pages in the webbrowser, javascript alerts with the protocol generated by the page, however with the alert opened the web...
asked by 20.12.2017 / 13:53
1
answer

How do I disable all sounds in a WebBrowser? [closed]

Is there a command to disable all sounds of a WebBrowser in Visual Basic 2008? I would like to mute you so you do not touch the sounds of Youtube videos.     
asked by 08.09.2015 / 03:00
0
answers

How to detect browsing using the WebBrowser class and capture information with C #

Hello, I'm doing an integration with the Free Market API, where I need to open a browser-based page with the page to allow the user to access the API of my application (confirm documentation here ). To do this, I intend to take advantage of the...
asked by 05.12.2018 / 15:14
0
answers

Enable JavaScript Web Browser Visual Studio

My application needs to use the native Visual Studio 2010 Web Browser, IE 11 specifically, and the site that will open requires JavaScript. I've tried changing the values in REGIT for the HKEY_CURRENT_USER/Software/Microsoft/Internet Explo...
asked by 09.11.2018 / 11:35