Questions tagged as 'webbrowser'

0
answers

WebBrowser control accumulating memory with every use of the Navigate method

I created a program that uses the WebBrowser to fetch information online (Auto login and later bring the page information to the program). The program works perfectly, but it turns out that the program updates the information every 5 minutes and...
asked by 05.10.2018 / 22:01
2
answers

IF Condition in DataGridView

Hello. How can I check the first number of a row in a grid? Example: If Conversions.ToString(Me.DataGridView1.CurrentRow.Cells(0).Value)[0(primeiro número da row)] == (for igual a:) 5 Then WebBrowser1.Document.GetElementById("ibMaste...
asked by 10.08.2018 / 22:47
0
answers

InvokeScript webbrowser in delphi

How to use this invoke in webbrowser using delphi InvokeScript('eval', new[] { ''angular.element($('input[CPFOuCNPJDeclarante]')).val('02.388.058/0001-80').triggerHandler('change')'' })'     
asked by 21.06.2018 / 19:14
0
answers

VB-NET how to send variable value from webBrowser (page) to form variable

Access a site by WebBrowser by a form vb.net and I want to form be able to get the value of a variable and return that value to a program variable. Is it possible?     
asked by 01.06.2018 / 18:26
1
answer

How to find a number within an HTML list

I'm trying to find the number that the person wrote in the box in the document.getElementByID on the site, however I do not know how to do it in C #, or tried at least: private void btnvalidar_Click(object sender, EventArgs e) {...
asked by 28.05.2018 / 05:12
1
answer

touch screen c # winforms

I developed this application that visualizes information contained in a website through windows forms and with the webBrowser component. The application works with the mouse perfectly. When I run on a touch screen, the application simply does no...
asked by 18.05.2018 / 09:55
0
answers

Run a FOR in Webbrowser C #

At the moment I am trying to develop a data capture application using C # WebBrowser . I can get the application to enter the page and enter the value and click search, however, I can not bind this function to the for loop so that it exec...
asked by 04.05.2018 / 20:34
2
answers

Delphi application with TWebBrowser does not leave the list of processes?

I made a test program to show colleagues what is happening, I'm using the TWebBrowser component to show a text works in a good, it happens that when I close the application it does not leave the list of processes generating a disorder, because b...
asked by 21.02.2018 / 19:09
0
answers

How to set value in a Textarea field using webbrowser?

I am trying to set a value in a field of type Textarea using webbrowser, but the value is not being set. I've tried the following ways; webBrowser.Document.GetElementsByTagName("p")[2].InnerHtml = texto; webBrowser.Document.GetElementsByTag...
asked by 17.10.2017 / 15:47
0
answers

Thread in Webbrowser c #

I need to use a thread that can work together with a webbrowser in C #. It just needs to run the command, but as it's a visual component I'm not getting it. Below I detail some attempts and examples that I found. If anyone has a light or other i...
asked by 20.06.2017 / 05:56