Questions tagged as 'webbrowser'

0
answers

Getting information from an HTML page in C # (WebBrowser)

I'm trying to get information from a website and I'm having trouble getting the correct result. Basically, I need to get the software version from the site: link What interests me is the line: <span class="download-version__version"...
asked by 14.09.2018 / 15:46
0
answers

WebBrowser is working on IISExpress from Visual Studio, but is not working on Windows ISS

The WebBrowser is working on IISExpress from Visual Studio, but it is not working on Windows ISS. I run this code after creating the Thread SetApartmentState(ApartmentState.STA) try { //BrowserValidate.FixBrowserVersion();...
asked by 02.03.2018 / 20:54
1
answer

Select field in WebBrowser

I need to access this link site and select the 8080 port option. Any tips? Abs     
asked by 29.09.2017 / 03:42
1
answer

How to flex a checkbox via webbrowser?

I'm trying to mark a checkbox via webbrowser, but I can not dial. HtmlElementCollection theElementCollection = default(HtmlElementCollection); theElementCollection = doc.GetElementsByTagName("div"); foreach (HtmlElement curElement in theElemen...
asked by 16.10.2017 / 18:33
0
answers

Select File by WebBrowser [closed]

I have an HTML file with the following code: <form method="post" action="recebe_upload.php" enctype="multipart/form-data"> <input type="file" name="arquivo" /> <input type="submit" value="Enviar" /> </form> When cl...
asked by 12.08.2016 / 03:12
0
answers

Post to a fan page using WebBrowser

I'm making an application to post on my fan pages, I'm already logging in, ready the fan pages, that's all right. I just can not put the text in the facebook text box. Look here: <div data-block="true" data-offset-key="72l55-0-0" clas...
asked by 24.06.2016 / 22:04
0
answers

C # - How to put a secondary address in WebBrowser

Hello, How to put secondary address in WebBrowser in Visual Studio 2015. // webBrowser1 // resources.ApplyResources(this.webBrowser1, "webBrowser1"); this.webBrowser1.Name = "webBrowser1"; this.webBrows...
asked by 17.05.2016 / 21:06
1
answer

VB6 WebBrowser - Fill in text field that has a mask

Hello, I created a program in VB6 (I know VB6 is very old, but still works very well) which helps in filling in a page using WebBrowser, and I need this program to partially fill a text field that has a mask, but when setting the "value" the...
asked by 30.08.2015 / 23:12
1
answer

Uncaught TypeError: Can not call method "playFlash" of undefined [closed]

This program server to appear a website and autoplay of some songs, the code has worked without problems in windows and android, and tested browsers IE, Firefox, Chrome and Opera. However, I've been trying to run it through a raspberry pi with P...
asked by 22.06.2015 / 12:20
0
answers

Disable sound browser? [closed]

Good afternoon, guys. I'm developing a browser in c# and it has a áudio off button. This button would specifically disable any audio that is played in the browser such as watching videos from youtube for example and another...
asked by 03.06.2015 / 19:16