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".

learn more… | top users | synonyms

0
votes
0answers
172 views

How to set image sliding using jQuery on web browser in windows phone?

Hi i have to show image sliding using j Query on web browser.j Query is not working in my app.my code id given below. <StackPanel VerticalAlignment="Top" Height="600" Margin="0,0,0,0"> ...
0
votes
1answer
78 views

Script error while loading url in web browser control?

<fieldset><b>&nbsp;</b><button id="submit" class="googleCheckPosButt" onclick="docSubmit()">CHECK</button></fieldset> </form> This is a source code of ...
0
votes
2answers
65 views

WebBrowser control throws seemingly random NullReferenceException

For a couple of days I am working on a WebBrowser based webscraper. After a couple of prototypes working with Threads and DocumentCompleted events, I decided to try and see if I could make a simple, ...
0
votes
1answer
43 views

Prompting user when application closes

I am making a web browser for the windows phone platform, and I am using the back button as an a navigation back key for the browser. However, windows phone requires the back button to also close the ...
-1
votes
1answer
124 views

using webbrowser control for getting value in c#

I am going to write an application as following : There is a web application which via this web application,agencies communicate with central organization(sending data) Now ,One of these agencies ...
-1
votes
1answer
97 views

Loop over every Htmlelement on a page in a WebBrowser control

I am trying to make a loop to find every HtmlElement from the webpage which, I am currently on in my web browser control in C#. I've tried: var elements = ...
0
votes
1answer
37 views

Get title from website from webBrowser in WP7

I'm creating an app for the windows phone platform, and need to get the websites title as the user navigates through the web. I have tried many ways, but it just doesn't seem to work. Any ideas ? ...
1
vote
1answer
105 views

Disable Scrolling in WebBrowser Control

I have a webpage that displays one large image. I wrote an app that requires that image. I tried saving that image to a webpage, using in the app, but I want the functionality to refresh that image ...
0
votes
0answers
48 views

How to get rendered html text size in webbrowser control

I'm desperately looking for a solution to this problem. I have html markup that I need to render in WebBrowser control. Before this, I must do some calculation/preparation and I need to get width and ...
0
votes
0answers
15 views

Send a client certificate with WebBrowserControl

I have an application that will need to host a web page (from a 3rd party) in the WebBrowser Control. In order to access the web app, I will need to dynamically add a client certificate. I need to ...
0
votes
0answers
28 views

Login to a secured website using geckofx

I want to automate some works like report download etc from a secured website. So Can i login to a secured website having SSL using geckofx browser control? If possible then how can i do it? I also ...
1
vote
0answers
26 views

WPF WebBrowser in Window Flash Scrollbar issue

I am hosting a flash application inside a WebBrowser inside a Window that has set width and height. The issue is there is no scrolling and half of the Flash application cannot be accessed. Is there ...
1
vote
1answer
41 views

Can't pause webBrowser1_Navigating event in winform. c#

I try to record some internet activity through mouse hook in webbrowser control in winform application. Vary rare happens to click to a link and to not record that click just because everything ...
-5
votes
2answers
92 views

Download or display captcha from a website [closed]

In my application i have to include a captcha of another website.This is used for some verification purpose. In my application i am doing it without displaying all content which are there in that ...
0
votes
0answers
70 views

Closing WebBrowser form opens URL in standard browser

After some actions I use this.Close(); in C#, which should close form with WebBrowser element. But after closing it my standard installed browser(Chrome) opens with the last URL from WebBrowser ...
0
votes
0answers
125 views

IE web browser control: programmatic deletion of browsing history, session cookies and browser cache

For IE 9 or IE10 I'd like to: Delete browsing history: IE -> Internet Options -> [Delete...] -> [x] History; Clear session cookies: IE -> F12 -> Cache -> Clear session cookies; Clear cookies for ...
1
vote
1answer
114 views

Windows Phone Show Progress Indicator Each Link Click in Webbrowser Component

I'm on small Windows phone project. In this project, I use a WebBrowser component (like WebView in Android) to show the mobile website of my company as an application. I need to show a progress ...
0
votes
1answer
187 views

How to print a PDF file displayed in the WPF WebBrowser control

I have a WPF application that implements a simple web browser using the standard WebBrowser control. When the user navigates to a PDF document, the document gets displayed inline in the WebBrowser ...
1
vote
0answers
50 views

WebBrowser and Excel instance

I use a WebBrowser control to open an Excel file. The problem is that if there is already an open Excel instance before, the WebBrowser uses the same instance of Excel (Application). Is there a ...
0
votes
0answers
49 views

How to modify c# 4.5 WPF webbrowser element before start rendering

I want to inject javascript code just below the head element For example below code <script src="C:\jquery-1.9.1.min.js" type="text/javascript"></script> <script ...
0
votes
1answer
97 views

How i can find selected image in web Browser in C#?

i have a web browser that it's edit mode is on and sum users work with it. users can insert image but not with UI of web browser control but they select an image from a form and i insert them by code ...
0
votes
1answer
138 views

How to increase or decrease web browser control font size using button?

Hi i am using web browser control.I have two button increase and decrease.I want to increase or decrease web view content My xaml code <phone:WebBrowser x:Name="Webbrowser" ...
0
votes
1answer
61 views

InvokeMember(“Click”) as it come in div

in webbrowser control a booking website. when i search A To B it give list of items with price. (price is a radio button) when i click radio button. a new div created after some process a submit ...
0
votes
0answers
91 views

How to save the image from webbrowser control C# on right click?

HI i have created a application using web browser control in c# .net but when any image is loaded inside webbrowser control i can not save that image by right click on image inside webbrowser control ...
0
votes
1answer
180 views

InvokeMember(“click”) in WebBrowser control

a website show a table based options to choose. Html is <td width="33%" class="cont"><input type="radio" name="gatewayIDV" onclick="setBank(11,0,1)"> <td width="33%" ...
0
votes
3answers
103 views

Wait for loading page after button click

I want to be able to click on button and than wait for the page to load. I search, but there is no solution that work correctly. This is part of code: el = ...
3
votes
1answer
168 views

how i can insert an image in web browser control in c# with out open image ui?

I have a web browser control in C# that it's design mode is on. I use it to make a (WYSIWYG) HTML editor. I want to insert a photo on this without UI, when user wants to insert image I show to him/her ...
0
votes
2answers
58 views

Control Google Chrome from .Net application

I need a way to control Google Chrome from .net code (such as the Web Browser for IE). In my code I have to access Chrome Application so the standards solution did not work. I already tried the ...
0
votes
1answer
33 views

Droplist value doesn't change

i want that my application change value of droplist on a site. This is the code of droplist on a site: <select name="filterPPage"> <option value="20"></option> <option ...
0
votes
1answer
127 views

VB.Net - select a class using GetElementByClass and then click the item programmatically

Now before posting this question i did read... How to select a class by GetElementByClass and click on it programmically But this doesn't work for me. Apparently I'm an idiot and don't know how to ...
0
votes
2answers
188 views

How to call WebBrowser Navigate to go through a number of urls?

To collect information on a webpage, I can use the WebBrowser.Navigated event. First, navigate to the url: WebBrowser wbCourseOverview = new WebBrowser(); wbCourseOverview.ScriptErrorsSuppressed = ...
-1
votes
2answers
95 views

how to fill textarea in vb6

I am trying to fill a textarea in a web page. First I call site.navigate "www.mysite.com" And here is my code for changing contents of textarea: Private Sub Command1_Click() ...
0
votes
1answer
100 views

Supress show download dialog box in webbrowser

I use webbrowser to show web page. I have link which I must click to show other control. But problem is that this click execute download dialog box which I don't need. It is way to block showing ...
0
votes
0answers
21 views

How do web browsers cache webpages?

First question Do web browsers cache webpages I visited by default? Second question If the web browsers cache all the webpage I visited, gradually they will consume more and more space (disk and ...
0
votes
0answers
68 views

how to enable jQuery in windows phone 8?

Hi am using xaml file given below.i am binding data from xml file using web browser control but jQuery is didnt work properly.so how can i enable jQuery script My xaml file <StackPanel ...
0
votes
0answers
63 views

Vb.NET - How to monitor JSON requests through WebBrowser Control

Anyone know how to catch/watch JSON/Ajax Service Requests/Posts from a WebBrowser Control? For Example when your on say google.com and your using Google Chrome. You right-click in the "Search" box ...
-1
votes
1answer
72 views

Web browser screen capture bitmap too heavy

I'm using this code to capture browser screen: System.Windows.Forms.WebBrowser wb = new System.Windows.Forms.WebBrowser(); Bitmap bitmap = new Bitmap(240, 320); wb.DrawToBitmap(bitmap, new ...
0
votes
0answers
51 views

Radiobuttons and checkboxes alignment issues for IE9

I had been developing on a server that uses IE8. When I deployed my application to another server using IE9, all my web controls become unaligned as below. Checkbox: and RadiobuttonList: ...
0
votes
1answer
43 views

webbrowser control just stops

lock (lockVar) { if (done) return; if (linksvisited.Contains(webBrowser1.Url.OriginalString)) return; ...
0
votes
1answer
117 views

VB.NET Why web browser control not display in Instagram.com

I use VB.NET Web Browser Control Navigate to instagram.com but it's not display Why? Here is the code I use : Webbrowser1.Navigate("Instagram.com") Here is a screenshot of the result
0
votes
1answer
115 views

Render ChartJS graph within Browser control in C#.Net

I'm having a Web Browser Control within a form and I'm opening HTML document containing ChartJS sample graph with dummy data. I'm on Windows 8 hence the browser control being used is IE10. Also, ...
3
votes
1answer
68 views

How can we return the name of the button on which the user clicks in a webBrowser control?

I thought we should raise an event This is what I have found: event OnButtonClicked ()EventArgs; HTMLButtonClickEventArgs:EventArgs { String ButtonName; } I am doing a web Browser control and ...
1
vote
2answers
86 views

Function for setting default values of controls in web browser control

I wanted to define a public function by which I can set default values of some controls in a web browser control. The web browser shows an HTML file. Here is what I have come up with so ...
0
votes
2answers
42 views

Setting the Navigation String for webbrowser from another form

I want to set the navigation of a webbrowser which is in a usercontrol from another form,I defined this function in the usercontrol public string LoadHTML(string htmlfilepath) { return ...
1
vote
1answer
74 views

How can I navigate a webbrowser programmatically?

I want to Navigate my web browser with a defined function like: webbrowser1.navigate (my defined function); This webbrowser is defined in a user control so that any one can change its default web ...
2
votes
1answer
134 views

How to save the value of a textbox defined in HTML file to a text file using Tagname

I want to save the value of a textarea shown in webbrowser in a txt file and I want to do this by GetelementbyTagName NOT GetelementbyID Thanks
0
votes
1answer
76 views

Walking a WebBrowser control DOM - elements with both children and text

I'm trying to walk the DOM of a WebBrowser control using C# and performing some processing each HtmlElement. (I'm doing some transformations on the DOM at the same time, but for this discussion assume ...
0
votes
0answers
77 views

How do I prevent “Access Denied” response executing an ajax call from a Windows Forms WebBrowser control

I have a System.Windows.Forms.WebBrowser control that loads a web page. This web page has a button inside that triggers an ajax call to add more data to the web page. But every time the "xhr.open" ...
1
vote
1answer
239 views

How to enable spell checker in web browser control for IE10

I am trying to enable the spell checker feature coming with IE10 in my own application hosting web browser control. According to this page ...
0
votes
1answer
98 views

How to get the Document's Title from a Web Browser control in wpf

I have created a Web Browser control in a TabControl.I want to set the Header of the TabItem to the Document's title of the Web Browser. I used the following code in the Navigated Event of the ...

1 2 3 4 5 38