This tag refers to the WebBrowser control for ActiveX (native) and for Windows Forms or WPF applications (.NET). This control "hosts Web pages and provides Web browsing capabilities to your application".
0
votes
0answers
9 views
How to get full URL including named anchor when new window opened from WebBrowser component
I have the WebBrowser component embedded in a C# WinForm. I want to catch any attempts to open a new window or tab so I have implemented the NewWindow2and NewWindow3 events as shown in the second ...
0
votes
0answers
6 views
How to dispaly data in plain text format and Print Tabular Data ( DataGridView-Data ) from Windows Form
I need to Print the data of DatagridView in windows form . how can i achieve this
1- Do we need to use WebBrowser control so that i make my all gridview data in HTML and shows.
or is there any ...
0
votes
0answers
9 views
Show documents in a mobile WebBrowser control WP8
i am working on an business mobile app that works with timesheets, and an all general workflow like accepting and creating documents.
now on one page there is a list op attachments that is shown, and ...
0
votes
0answers
24 views
c# webbrowser winforms http basic authentication - prompt user to input password
I'm working on a c# webclient using winforms.
I need the webbrowser control to prompt the origin windows authentication popup, when navigating to the page like in IE.
I've already read the ...
0
votes
0answers
25 views
WPF browser: how to wait till a page loads
I have a problem with WPF browser. i want to load a web page.
Wait for it load completely and then put few search inputs and then retrieve the result and put it in excel.
I am unable to do so, main ...
0
votes
0answers
13 views
Script error in Webbrowser, page doesn't load
I have a form called form1 with a webbrowser called webbrowser1. I navigate to http://plus.im with the webbrowser, but the webbrowser shows a script error and the page doesn't load (only the silver ...
0
votes
0answers
8 views
How does one determine if ObjectForScripting has been set for a WPF WebBrowser control from javascript?
Is there a way to determine if the ObjectForScripting property of the WPF WebBrowser control has been set via javascript running in said control? Or, is there a way to determine if the ...
0
votes
0answers
16 views
Geolocation in WinForms application
I want to create a WinForms app that can detect location just like a web browser would using the javascript function navigator.geolocation.getCurrentPosition(showPosition);
Is there some way to do ...
0
votes
1answer
12 views
WebBrowser Control Mishandling Cookies when Internet Explorer is Open
I'm building an application in C# that makes use of the WebBrowser control. This is loading a specific page (that I did not create) that uses a popup and a cookie that determines what the last "ID" ...
-2
votes
0answers
23 views
How to track data changed in web form inside webbrowser control c#
I am working on c# application in which am loading web page in web browser control
and then fill some fields and pressing submit button programaticly.
what problem am facing is when data return ...
0
votes
0answers
33 views
WebBrowser is asking for credentials on every page
I'm using web browser control and this is constructor of the form which hosts web browser control:
string user = "xxx";
string pass = "xxx";
string authHdr = "Authorization: Basic " + ...
0
votes
0answers
18 views
change postdata with BeforeNavigate2 Event
i use vb2008 with webbrowser control and ie 8.0 xp sp3
here is the function
Private Sub WebBrowser1_BeforeNavigate2(ByVal pDisp As Object, ByRef Url As Object, ByRef Flags As Object, ByRef ...
0
votes
0answers
16 views
change postdata values and parameters before sending webbrowser
in the enevent beforenavigating
Dim ie = DirectCast(WebBrowser1.ActiveXInstance, SHDocVw.InternetExplorer)
AddHandler ie.BeforeNavigate2, AddressOf WebBrowser_BeforeNavigate2
Private Sub ...
-1
votes
0answers
22 views
Automate Web Browser and Execute the Automation Even when I am Not at the Computer [closed]
I need to go to one website and press a button after every 3 hours all the time.
So cud someone help me to find a way to automate my web browser and run the automation even if I am not at the ...
1
vote
2answers
66 views
How do submit a form without clicking submit button BUT with code in (C# web browser control)
Hi is there a way to submit a form WITHOUT clicking the submit button?
Keep in mind this is inside the webBrowser1 control in C# . So if i click a button in my C# application it should ...
1
vote
2answers
40 views
VBA Excel WebBrowser how to reset ReadyState before .Click from the code?
I have similar code in Excel VBA with WebBrowser control inserted in a form:
basePath = "http://www.amazon.co.uk/"
' Open main website (Home page)
WebBrowser.Navigate basePath
PauseTime = 30 ' Set ...
0
votes
1answer
46 views
C# Forms WebBrowser control SendKeys not reliable with PDF loaded
I have a WebBrowser control in a WinForm app. I'm loading a PDF (using Adobe Reader XI) as such:
string url = Path.GetFullPath("test.pdf");
webBrowser1.Navigate(url);
Once this is loaded I am ...
0
votes
0answers
25 views
MFC: CWebBrowser Controller issues playing flash games
I am using the CWebBrowser control in my mfc dialog which opens a url containing flash games. I already have latest flash player plugins installed.
Problem is "sometimes" , the flash games fail to ...
1
vote
1answer
70 views
Displaying PDF on WebBrowser Control not working
I Have a test.pdf and I want to display it inside in my form.
My code is very simple:
public Form1()
{
InitializeComponent();
...
0
votes
1answer
42 views
Saving pdf document from webbrowser control
I'm navigating from webbrowser control to an url like this;
http://www.who.int/cancer/modules/Team%20building.pdf
It's shown in webbrowser control. What I want to do is to download this pdf file to ...
1
vote
1answer
46 views
.NET WebBrowser poor JavaScript performance
I am using the .NET WebBrowser Control (2.0) for viewing web sites on the Internet in my application – which works fine! Unfortunately we discovered a huge drawback on that: Speed. As far as I have ...
0
votes
1answer
84 views
how to load html with javascript in wp8 web browser control?
I have web browser control in windows phone 8. i want to load html in my web browser control
my html string is
string htmlstring=
" <html>
<head>
<title>Kayako ...
0
votes
0answers
32 views
Script errors while browsing websites using WebBrowser
I'm writing a simple web browser and I get some script errors the doesn't occur when I display those sites using IE9.
I know how to suppress these errors but I want to prevent them.
For example, ...
0
votes
0answers
17 views
ComException HRESULT error
I'm using VS2008 for my application, and my reports are in VS2005. I am using Office 2010, Adobe Reader X and Windows XP. All external users have the same configuration (or so they say.
So I have a ...
0
votes
1answer
96 views
Accordion menu in windows phone 8 by using webbrowser control
I am using the following HTML page to make an accordion control:
<!DOCTYPE >
<html >
<head >
<title></title>
<script language="JavaScript" ...
1
vote
1answer
27 views
Suppress WebBrowser mailto
I have a WebBrowser control in a form.
I want that when the user will click on a link (href with mailto) it will register to the website that the button was clicked, but it will not open a new window ...
0
votes
0answers
30 views
WPF WebBrowser : How to detect hyperlinks navigation inside the same HTML file
I have a help window with back/forward buttons and webbrowser.
I am using the WebBrowser CanGoBack and CanGoForward to enable/Disable the buttons but If i am navigating between hyperlinks inside the ...
0
votes
0answers
24 views
Issues with webbrowser control
I am developing a windows form application in VS2010.I used webbrowser control to view excel files.
Its getting delay to load the file in control. And if i click on that control before loading the ...
0
votes
1answer
38 views
Windows Phone 8 - WebBrowser Control does not perform ajax refresh
I am using a webbrowser control in my app. The control does not perform at all with ajax refresh panels, almost like it is preventing the partial-refresh to load. Is there something I am missing ...
0
votes
1answer
42 views
Windows Phone 8 SDK - Issue with screen locking, and application starting over
I have an application with a webbrowser control in it. When I navigate in that control then step away for a bit, then come back to it (after unlocking the screen due to inactivity), the ...
0
votes
0answers
27 views
remove hidden input webbrowser
here is the html
<input type="hidden" name="visited" value="anything" />
to
<input type="hidden" name="visited" value="" />
or remove all this ...
0
votes
1answer
29 views
change input value of hidden input in current document webbrowser
here is the html
<input type="hidden" name="visited" value="aW5kZXgucGhwPw==" />
vb.net
dim PageElements As HtmlElementCollection WebBrowser1.Document.GetElementsByTagName("input")
...
0
votes
0answers
21 views
Geckofx control- how website developers will find are we using webbrowser control or Normal firefox browser
I am developing c# windows application which uses GeckoFx webrowser control, to automate some process(clicking some links).
My question is,
How the website developers will come to know that am I ...
-1
votes
0answers
25 views
How to click on Google link automatically [closed]
When I click on google link, google gets me two link for example
http://www.irikcapret.com
and
...
1
vote
4answers
102 views
Browser control NavigateToString display HTML code instead of rendering page
I am developing a browser app using Windows Phone 8 browser control.
The app download an external webpage using WebClient into a string in the background. Then the browser navigate to the content ...
0
votes
0answers
79 views
Windows phone 8 WebBrowser control crash
I have an application with WP8 WebBrowser Control. If I click on a web link with a custom namespace calling for an app to open (accwywallet://data=inappf63d5d5a175541d3953ebc4d7/) the WebBrowser ...
0
votes
1answer
42 views
How to detect if there is running Javascript in an VB.NET WebBrowser-object
The situation:
Using VB.NET Framework 3.5 and Visual Studio 2005 i crated a project which uses the WebBrowser object in a working thrat. Breaking it down to the very basics, it looks like:
Dim ...
0
votes
1answer
17 views
Storing pdf as tmp and pointing webbrowser to it
I am a bit confused as to how I point my webbrowser to a temporary PDF file.. If I point it to the PDF, I get a download box dialog asking me to download a file and invalid browser page.
WebBrowser ...
-1
votes
0answers
39 views
Tweet feed show in C# Desktop Application [closed]
I create a widget for tweet feed in a web application but now I show perfectly this tweet feed in my C# windows desktop application with the help of browser control, but I need show this tweet feed in ...
0
votes
0answers
69 views
How to capture touchdown event in C# Web Browser Control With a WPF web application running on it ? (Not HTML Document)
I have a WPF Web Application(Not WinForm) and it has a web browser control running another WPF web application on it.
WPF WEB APP contains WEB BROWSER CONTROL that contains another WPF WEB APP.
I ...
0
votes
0answers
53 views
Windows Phone how to detect scroll position of a browser control
I am developing a browser app for Windows Phone 8. I want to detect the scroll position, so that I can show the address bar only when user is at top of the page. I also want to restore the current ...
0
votes
2answers
37 views
Not possible to open excel documents after open a document in WebBrowser Control
I am developing a windows application to merge two excel files and then view the result in webBrowser control.
I have done this but i am not able to open other Excel files after open the merged ...
0
votes
0answers
14 views
open mht file in phone:WebBrowser
I have an application which displays help to user using webbrowser control. Now i'm able to display HTML correctly but If i try to display mht file (which contains images). It throws ...
1
vote
0answers
45 views
WebBrowser control: Navigation to the webpage was canceled
Setup
Windows 8 (full) tablet
.NET 2.0 application
I'm working on a project in which 4 WebBrowser controls are navigating to some webpage simultaneously when the application is loaded. The ...
0
votes
0answers
19 views
Can I paste RTF text from a RichTextBox to a WebBrowser Control?
I'm trying to copy formatted text from a RichTextBox control into a WebBrowser control and retain it's formatting. From there I'd like to grab the DocumentText in HTML format to save into a database. ...
0
votes
0answers
41 views
sending data from custom webbrowser project to independently owned java script prompt for automation
This is my first time on stackoverflow as a questioner so here it goes.
I am trying to implement a project for work that automatically updates a 3rd party website used to track inventory. I have ...
0
votes
1answer
45 views
WebBrowser does not display content correctly
I use vb.net + wpf+ System.Windows.Forms.WebBrowser to display web content on a wpf form.
This website "http://manuim.com/laisha/" does not display correctly on the control.
When I checked on ...
-4
votes
0answers
33 views
VB.Net Navigate, wait, navigate to another link, wait, navigate and so on [closed]
I want my web browser to navigate to a page, wait a few seconds then navigate to another page and wait again a total of 5 times.
Thanks ahead!
1
vote
1answer
59 views
Lync ContactList WPF control hotkey/shortcut key stealing key presses from WebBrowser
The Problem
Lync has some hotkeys/shortcut keys for changing the tabs in the ContactList control. These hotkeys are 'g', 's' and 'r'. When I press any of these keys whilst having a HTML input control ...
0
votes
0answers
11 views
Setting focus back to the PDF document loaded in WebBrowser
How would I go about doing this? When an HTML page is loaded into the I can just call
this.webBrowser.Document.Body.Focus();
Edit (to include some more context):
So I have a WebBrowser control ...





