Problem : I am using the function below to open the user’s default web browser. Public Function ShowHelp(ByVal url As […]
Tag: browser
Scrolling WebBrowser programmatically sometimes doesn’t work
Problem : I’m using the System.Windows.Forms.WebBrowser control and I need to do programmatically scrolling. For example, I use this code […]
Getting an error with a web browser control in a WinForms Application
Problem : I am trying to use a webbrowser control in a winforms app. In my app, when I try […]
Detecting browsers installed so Process.Start(“chrome”) won’t error
Problem : I’m trying to let the user choose the browser my application uses to launch urls. Currently it uses […]
Open Certificate Information from Web Browser Control
Problem : Does anyone know how to open up the “Certificate Information” screen based on the SSL from the WebBrowser […]
System.Windows.Forms.WebBrowser open links in same window or new window with same session
Problem : When using the .NET WebBrowser control how do you open a link in a new window using the […]
.Net WebBrowser.DocumentText Isn’t Changing!
Problem : In my vb.net program, I am using a webbrowser to show the user an HTML preview. I was […]
vb 2008 webbrowser alternative
Problem : hello i’m using Visual Basic 2008 Express is there another webbrowsers such as gekoWebBrowser, but with less files, […]
c# filenotfoundexception on webbrowser?
Problem : if (webBrowser1.DocumentText.IndexOf(“Page: 1″) != -1) on the above line i am getting this exception System.IO.FileNotFoundException was unhandled Message=”The […]
Copy all text from webbrowser control
Problem : Is it possible to scrape all the text from a site that was navigated to by WebBrowser control […]