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

1
vote
2answers
90 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
137 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
79 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
255 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
103 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 ...
0
votes
1answer
118 views

VB6: Different Proxy for every WebBrowser Control?

So far, i have never found any documentation to use different proxies for each and every webbowser control. Is there any possible hack/tweak to use different proxy for different webbrowser control? ...
1
vote
0answers
49 views

Webbrowser control issue in citrix server?

I am using a web browser control in my Win Form which is installed in a citrix server when i try to open the application in my local it is working fine (even in IE) without any errors.When I try to ...
0
votes
0answers
110 views

Extract PDF file intact from a C#/.NET Windows Phone 7 web browser component?

I have a Windows Phone 7 app written in C# that allows the user to view various PDF files in the web browser component. The PDF files are loaded when the user clicks on a PDF file link hosted in a ...
0
votes
1answer
51 views

Changing the value of a checkbox defined in an html file,shown in webbrowser,the webbrowser is defined in a usercontrol

I've been trying to change the value of a checkbox control defined in an html file,this html file is shown in a webbrowser control and the webbrowser itself is defined as a user control in C# I am ...
0
votes
1answer
175 views

Windows Phone WebBrowser - onClick javascript doesn't work

I have some problem with javascript while using WebBrowser control on WindowsPhone 7.8. When I'm using href="#" onClick method works fine, but when i change it to href="javascript:;" then onClick ...
0
votes
1answer
71 views

What does the “zoom factor” mean in OLECMDID_OPTICAL_ZOOM?

I am using ExecWB() to zoom in/out my WebBrowser control like this: m_lpBrowser->ExecWB(OLECMDID_OPTICAL_ZOOM, OLECMDEXECOPT_DONTPROMPTUSER, &(CComVariant)zoomFactor, NULL); This works just ...
0
votes
1answer
77 views

how to change a webbrowser's listbox defined in a user control from another form

I've been trying to add items to a listbox defined in a HTML file,shown in a webbrowser. I created this listbox in a user control I tried this code but I came up empty: My Code: public string ...
1
vote
1answer
80 views

How to get userID from login on webbrowser c# for windows phone?

I am trying to retrieve the UserID that is returned once I have entered and submitted correct username and password. I have been struggling to: Close the Web-browser once it has successfully ...
0
votes
1answer
24 views

Detect user clicked on specific button on mini browser (window phone)

Im on development of window phone application, Scenario: Mini browser opening a page(for example google.com) Google.com has a button called 'Search' If User clicked button 'Search' Redirect to an ...
1
vote
2answers
103 views

How do I select all text of the user control WebKitBrowser in Webkit.Net?

There is a method SelectedText in WebKitBrowser, however, no SelectAll. Is there a way for me to do something like the following: string GetAllTextOfBrowserAsPlainText(WebKitBrowser webKitBrowser) { ...
2
votes
2answers
66 views

Is there a different Web Browser component that I can use that is NOT IE based for VS 2010?

I'm working on a project that requires the display of a web page and the use of components in that webpage to display information on a second monitor. Internet Explorer is the bane of my existence ...
0
votes
2answers
158 views

Passing data from child form to parent form

I have a web browser control in a child form and it captures some data from the displayed web page. I need to use this data in the browser form to be passed to the parent form, but without having to ...
0
votes
0answers
117 views

Vb.Net Element.InvokeMember(“click”)

I'm trying to make auto log in and search on youtube for some keyword, the part with log in and typing the keyword is work but i can't make after the keyword is written to click on search this is my ...
1
vote
0answers
41 views

Intercepting URL of MediaPlayerLauncher in WP7

I am currently working on a WebBrowser control. And when certain video links are clicked, the MediaPlayerLauncher automatically opens to play the video. Now if I want to intercept the ...
1
vote
1answer
82 views

WebBrowser control using project resources

I have a WinForm app with a WebBrowser control on it. I create HTML programmatically. How do I use images from the project's resources inside the HTML? Visual Basic 2010 Express. Public Class Form1 ...
0
votes
1answer
152 views

.NET WebBrowser Control and Refresh

I have a simple WinForm with a WebBrowser control on it that displays an image from the Web. The image is refreshed according to the Timer1. It works fine until I press F5 or use 'Refresh' option from ...
0
votes
0answers
87 views

How to get current URL from Safari on Windows?

Is there any way to receive the address of the website that is opened in the Windows build of Safari? I have tried to get it with DDE, and also by trying to directly access the edit control, to no ...
-4
votes
1answer
61 views

script Error IE [closed]

When the page loads in the application window pops up window with a script error. What to do?How to fix code programmatically ? How to include property Silent in webbrowser
1
vote
1answer
565 views

VB.NET WebBrowser control - how do you submit to default browser?

I have a webbrowser control in my VBForm. It looks for a website on my site and displays it. There are form submit buttons in that WebBrowser1. I would like it to be so that when they click a button ...
0
votes
1answer
60 views

How to override print in Forms.WebBrowser

The WebBrowser class in System.Windows.Forms does not handle the DrawtoBitmap method correctly as stated on msdn. I wish to override the OnPrint method and perform my own drawing code. I have ...
1
vote
1answer
96 views

Chain multiple events on a WebBrowser in C#

So I'm making some automated testing for some web apis. I'm trying to see if I can use System.Windows.Forms.WebBrowser class to navigate to a page, enter some text, and press a button, all from the ...
2
votes
1answer
127 views

C# select in webbrowser

I need to get a table from the site. To do this, I load the webpage into webbrowser. But beyond that, I need to select from the drop down menu the desired option, then the page should be updated. Then ...
-1
votes
1answer
261 views

Using Webkit/Firefox Browser Control in C# [duplicate]

I am looking for a Web Browser control(Free preference) which I can not only use to display HTML but can also interact with the DOM in my C# Application or Vice Versa. Kindly guide me in this regard.
0
votes
1answer
132 views

How to Search a Text on a WebBrowser?

I'm beginner in C# and I have an issue. I need to popup a message box each time I find an occuracy in a webBrowser control after doing a search request, the occuracy will be selected at this time. ...
0
votes
1answer
47 views

Change contents without redirecting to about:blank

I'm currently working on an application that modifies a specific web page to hide irrelevant information and the displays it in a WebBrowser control in the application window. Unfortunately as soon as ...
1
vote
1answer
152 views

get javascript variable into webbrowser control winforms

I'm using a webbrowser control in visual studio 2010 to invoke JS script.I'm able to call a function from the web browser but i'm looking to get a varible value from JS and use it in the winform. I ...
0
votes
1answer
234 views

how to get html file from xml file using web browser control in windows phone 7?

Hi given below am using xml file.i want show data web view.how can get web view in windows phone 7? <Articles> <articles title="photos"> <Description> Hottie ...
0
votes
1answer
26 views

Adding new input control with javasscript attached and firing onclick from the browser

I have injected a new input control with javascript element = axWebBrowser.Document.CreateElement("input"); element.SetAttribute("id", "inpinp"); ...
0
votes
0answers
86 views

WebBrowser control does not display images

I've got this problem using the WebBrowser control of Visual Studio for a VB.NET app. I put the control, but when I browse, images don't show correctly. I took a random wiki page and this happened: ...
0
votes
1answer
253 views

Download a file through the WebBrowser control

I have a WebBrowser control on a form, but for the most part it remains hidden from the user. It is there to handle a series of login and other tasks. I have to use this control because there is a ton ...
0
votes
1answer
562 views

Can I change the rendering engine of the WebBrowser control to an older version?

i have an application with a webbrowsercontrol. this webbrowsercontrol is going to load a page that is not compatible with IE9. (cannot change this because its produced by somebody else) By default ...
0
votes
2answers
281 views

Using Google Webfonts in Windows Phone 8 web browser control

I am trying to use web fonts in my Windows phone application. From the comments I have read, I understood that it is not possible to use fonts embedded into XAP file. So, I am trying to open a webpage ...
0
votes
1answer
391 views

Showing IP cam feed in WinForms C# app

I'm am trying to show video from IP cam in my C# WinForms app. I need to show only video, not camera menu and such. I was thinking of using WebBrowser control and somehow change parameters. If you ...
0
votes
0answers
80 views

WebBrowser throwing System.AccessViolationException

For about 4-5 minutes everything runs just fine, but then exception is thrown. Code is executed on multiple threads. This is the part that's causing the trouble: wb.ScrollBarsEnabled = ...
1
vote
1answer
42 views

How do i execute javascript that was loaded from the DOM

I am trying to execute a function in a javascript that has been loaded via the DOMDocument. For instance: 'on page load Webbrowser1.navigate("a htmldocument with a div called mainDiv") Then later: ...
0
votes
1answer
51 views

Wrong color applied to background of WebBrowser control in mfc

I am using webbrowser control in my MFC application. I have to change the background color of webbrowser control by selecting color from a color picker like color dialog. For this I am using ...
0
votes
0answers
51 views

reference css from webbrowser string

I want to use Windows Phone 8 webbrowser.NavigateToString() function, but it does not display images from isostorage. I know I can do it if I navigate to a URL in isostorage, but I would much rather ...
0
votes
1answer
287 views

Web browser not firing DocumentCompleted event

I'm trying to implement simple webpage screen capture program. When I was using my code on UI thread all seemed to work with no problems, but when I called method from non-UI threads I couldn't get ...
0
votes
0answers
55 views

CHtmlEditCtrl::OnSetFocus not being called

I have derived the CHtmlEditCtrl, and want to be able to react when the control gets or looses its focus. However the standard MFC OnSetFocus and OnKillFocus handling routines are not being called. ...
0
votes
1answer
115 views

How to detect document changes when using the MSHTML WebBrowser in edit mode using C# in Windows Forms?

I'm using the .NET WebBrowser control in a WinForms application to implement a very basic e-mail template editor. I've set it in edit mode by this code: wbEmailText.Navigate( "about:blank" ); ( ...
1
vote
1answer
145 views

How to prevent moving WP8 web browser control content sideways?

Could someone help me with some solution that would prevent user from moving WP8 web browser content sideways but still allow to scroll vertically?
0
votes
0answers
156 views

Web browser control for secured websites [closed]

I want to create an application which is related to automation of internet banking, automatic report generation from different banks etc. So i want to use some Web browser wrapper control which can ...

1 2 3 4 5 38