Questions tagged as 'webbrowser'

1
answer

Get information from a website and put it on a label?

I want to navigate to the Site and Get Bitcoins Current Value to Insert into a Label. This was my attempt that clearly did not work ... privatevoidForm1_Load(objectsender,EventArgse){webBrowser1.Navigate("https://www.mercadobitcoin.com.br/")...
asked by 21.04.2017 / 06:47
2
answers

Problem: Session does not work on some browsers / PCs

Hello, I would like some guidance, or the direction of the path that I must follow to solve my problem. I'm having trouble with the Session on some PCs and phones. For example: PC-A (Ubuntu): works PC-B (Win7): works PC-C (WinX...
asked by 20.09.2016 / 20:05
0
answers

WebBrowser I can not play my text in the text box

I have a system running on a client and now it has asked me for a feature that I'm breaking head and can not do. He needs the application to post on his facebook groups at certain times some publications of the academy, I managed to do this h...
asked by 21.06.2016 / 00:57
1
answer

Webbrowser click button without name and ID DELPHI

I know that for me to click on this button here! <input type="submit" id="btnSubmit" name="avancar" value=" Avancar " onclick="return onSubmit();"> I use this code webBrowser1.OleObject.Document.all.Item('avancar', 0).click;...
asked by 11.06.2016 / 06:37
0
answers

Is it possible to select input file [file] WebBrowser VB.NET?

I'm making an application where you need to select an image. so it will become automatic, and then it will publish. It is possible to somehow select this image, or even upload it, to apply at value .... using the webbrowser. Thiswillbe...
asked by 28.08.2015 / 10:22
1
answer

Wait for an event to be triggered to continue the C #

In the RealizarPesquisa method, when running the _WebBrowser.Navigate() line, the DocumentCompleted() event is triggered, but this event takes a while to execute, so the RealizarPesquisa method continues its process a...
asked by 14.07.2017 / 16:48