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

5
votes
1answer
369 views

delphi webbrowser: how to prevent or hide that javascript error?

I am running TEmbeddedwb and I got a javascript timeout error while navigating on that TEmbeddedwb . (I do not have this error while running in my internet explorer !) The browser asks me if I ...
0
votes
0answers
68 views

Looping the elements of axWebBrowser control in c#

In my project I'm using axWebBrowser control because default webBrowser contol of .net is not enough for many operations, such as new window issue. But axWebBrowsers logic is far more different from ...
0
votes
3answers
125 views

Load a web page using code behind

I have a scenario where I am scraping some values out of one of my company intranet pages. I don't plan on showing the page in my app. I just need some of the data from the web page. But I am ...
0
votes
0answers
115 views

VB.NET How to click Ok in msgbox on webbrowser-control?

VB.NET How to click ok in msgbox on webbrowser control ? when msgbox show i tried this code SendKeys.Send("{ENTER}") but i'm just open webbrowser-control real time , does it another way ?
0
votes
2answers
567 views

Windows Phone 8 Web Browser control not working

I am trying to navigate to a URL but the web browser control either shows blank page or shows page cannot be found error. Here is my code: Private Sub qwb_Loaded(sender As Object, e As ...
0
votes
1answer
124 views

how to set webbrowser control document body size according to webbrowser control size

my webbrowser control height and width is minimum as compare to page that i load in to webbrowser control thats why page not completely show in my webbrowser control. i want to show full page in give ...
0
votes
1answer
510 views

VB.NET webbrowser controller can't set value in textbox

VB.NET webbrowser controller can't set value in textbox <input name="ctl00$ContentPlaceHolder1$txtUsername" type="text" id="ctl00_ContentPlaceHolder1_txtUsername" style="width:95%;" ...
0
votes
1answer
415 views

Popup window webbrowser control

I am using a webbrowser control to get some information from a website. It has a detail link, which when clicked, opens a popup window and shows the details in the webbrowser. How can I do these if ...
0
votes
2answers
302 views

Microsoft Web Browser ActiveX control - printing to a specified (non default) printer

I'm using the MS Web Browser ActiveX control in a native C++/Win32/MFC dialog application to render some information via HTML. I'd like to print the contents without any user interaction to the ...
0
votes
1answer
62 views

Is there a way to type things in WebBrowser in Windows Forms?

I have a webBrowser (System.Windows.Forms.WebBrowser) in my windows form, And I have set the url property to "http://www.google.com", And when I run the solution, it shows google in my form. My ...
0
votes
1answer
591 views

open chrome browser in vb “web browser control”

I am new to vb 6.0. I have to open any browser other than Internet Explorer in the web browser control of vb (which open IE by default) I have tried many codes and I can now open browser as if it is ...
-1
votes
1answer
204 views

How to change WebBrowser control User Agent in C# [closed]

I am a beginner in using WebBrowser Control in C#. I try to change the User Agent string in a WebBrowser control in my Windows form. How can i do this ? Please Help.
1
vote
1answer
252 views

webbrowsercontrol issue, clear cache not working?

I'm using a webbrowsercontrol to show .pdf's stored locally. At button press I want the webbrowser to show an empty page/nothing and I want to move the .pdf to a different folder. First I tried ...
0
votes
1answer
74 views

Search bar doesn't work on different page tabs

I have a search bar and tabcontrol and a web broswer, each time a tab is opened a web browser appears but when I type in the search box it only appears to work in the first page tab Here is my tab ...
0
votes
1answer
191 views

Provide a VB6 object for window.external in a WebBrowser-hosted page

With the .NET WebBrowser control we can do: WebBrowser1.ObjectForScripting = new a_class(); where a_class is declared as [ComVisible(True)]. After which the instance of a_class is accessible to ...
1
vote
1answer
96 views

How to detect when a website which uses AJAX is completely loaded?

For a website, which doesn't use AJAX I'm using OnDocumentComplete event to know when the page loading is complete. My question is, how can I detect when website, which uses AJAX requests is ready ...
1
vote
1answer
159 views

Not able to set Url property at runtime in webbrowser control

I have a webbrowser control in my Winform application. Below regions belong to division of code sample. Region 1 The current url page loaded is "http://MyWebsite.com". I am clicking a link (say ...
1
vote
0answers
74 views

ASP.net DropDownList not working with WebBrowser OCX control

For some reason the ASP.NET DropDownList control does not work properly with the Microsoft WebBrowser OCX control. Clicking on any of the options from the drop down list has no effect. However, when ...
-1
votes
1answer
154 views

How to handle webbrowser dialogboxes programatically

I need to click on "OK" button of the dialog box programatically which appears when I click on a button of a website in webbrowser control of vb.net. But when that box appears everyting is getting out ...
0
votes
0answers
99 views

Word VBA print html page at 100% -not- Shrink to Fit

If I open a web page in IE7 and click Print Preview, the drop-down at the top shows 100% and the status bar on the bottom shows the page numbers. The page numbers rapidly cycle through all the pages ...
1
vote
2answers
259 views

Webbrowser Each Control different proxy

I wanted to know whether it is possible to set proxy for each different webbrowser in an application (same process). I have searched a lot to find codes to change proxy system wide by modifying ...
0
votes
2answers
88 views

How to cache images for offline display in a browser control in Windows Phone

I want to retrieve some HTML content from the web (for example RSS feed), save it for offline use and then display it in a Web Browser control in a Windows Phone application. I can easily save the ...
0
votes
1answer
98 views

ListBox with html element

Can anyone offer me some advice? I currently have a listbox I am using, in the listbox there is a list of images from any website. they are grabbed from the website via this method Private Sub ...
2
votes
1answer
112 views

Reloading or refreshing WebBrowser control and Form in general

I have Form with programatically created controls. One of them is WebBrowser which displays captcha image. User then inputs the captcha in the textbox and if it is wrong the form is supposed to ...
0
votes
3answers
258 views

C# getting webbrowser cookies to log in

I am creating an windows forms app, where I have a webbrowser control. After user logs in with the webbrowser, I want to log in also with same account with Microsoft.Http.HttpClient or HttpWebRequest ...
1
vote
1answer
194 views

WebBrowser control does not render some pages

I'm working on a application that hosts WebBrowser control and saves web page screenshots. (C#, VS2008, IE 9, Vista. all up to date. FEATURE_BROWSER_EMULATION is set to 0x2328) The application takes ...
0
votes
1answer
56 views

WebBrowserDocumentCompleted

how to make that ongoing actions WebBrowserDocumentCompleted worked in a separate thread. And so it does not affect the main form (not hang the entire application) Form1 private void ...
0
votes
1answer
65 views

Is there a way to detect in browser if user clicked on “Save as” or bookmarked the page?

I am writing a browser data analyzer which detects user activities and sends to server. This way server can provide some personalization based on users interest. I am trying to intercept when user ...
0
votes
1answer
130 views

White space padding in WebBrowser control

I'm trying to display image in WebBrowser control with this code: string captcha = "<img src=\"http://www.reddit.com/captcha/{0}/.png\" border=\"0\"></img>"; webBrowser1.DocumentText = ...
0
votes
0answers
34 views

Update Panel is not working when called it from Windows Web Browser Control

I have web Application (say appX) which contains UpdatePanel in it. and a Windows application (say appY) where I've a browser control that targets to appx. (calling appx into browser control). Here, ...
0
votes
0answers
98 views

how to add text at the end of the cursor's position in webbrowsercontrol. [closed]

i need to add text in webbrowser control. i change in html code within the webbrowser control so when i append text on any button click it append text on last position of text not on cursor position. ...
0
votes
0answers
171 views

Overwriting already existing httpOnly Session Cookie in c# Web Browser Control

Is it possible to overwrite a HttpOnly Session cookie that is already set in c# WebBrowserControl. I tried to overwrite the cookie with InternetSetCookieEx and InternetSetCookie, but both of them fail ...
1
vote
1answer
125 views

WebBrowser control opens up a new window

I am working on a WPF client where I use Facebook Authorization. I am using the WebBrowser control and show the login page of facebook, then some redirects, and in the end it shows me my page with a ...
0
votes
1answer
126 views

How can I fit my HTML page to the Web Browser in win Form?

I can navigate to google in a simple web browser (with doc in parent control), but i get a resolution too bi for my component size. I hope you can help me.
0
votes
1answer
155 views

Touch gestures support of WinForms controls in WPF application

There are two versions of WebBrowser control (WinForms and WPF). WPF version supports touch and multitouch gestures. Does WinForms version of WebBrowser embedded in WPF application with ...
1
vote
2answers
217 views

webbrowser windows phone + tel and mailto tag don't work

I'm using a webbrowder to render a html string. private void webBrowserHTML_Loaded(object sender, RoutedEventArgs e) { WebBrowser web = sender as WebBrowser; string ...
0
votes
1answer
136 views

Webbrowser windows phone don't show an image

In my windows phone application, i'm using a webbrowser to render a HTML like this private void webBrowserHTML_Loaded(object sender, RoutedEventArgs e) { WebBrowser web = sender as ...
1
vote
2answers
366 views

Delete Cookies from Webbrowser control in wp7

I have a problem with facebook and google logout. My scenario is when user first time login with facebook or google for particular site.(using clint api, it will redirect to their own web browser). ...
1
vote
1answer
196 views

Need help to remove html element programatically from web browser control

i am using web browser control and my web browser control is loaded with html. now i tried lot & search lot to remove html element programatically but fail. can any one guide me how can i remove ...
0
votes
1answer
109 views

How to send HTML email with multiple Images

i want to send html mail with multiple images. i am using webbrowsercontrol to embedded multiple images but when i send mail HTML email along with Image in HTML then I receive only html mail without ...
0
votes
1answer
240 views

Form reloading data and Class variables resetting in VB.net

This program basically goes to a websites and gets all the links in a specific div tag. It then navigates to each link and gets the links in those pages as well. However, after getting the first ...
-2
votes
1answer
141 views

Remove html element programatically from web browser control

i search google and found few line of code to do so. here is the code using Microsoft.mshtml; .... { ... // To Remove HTMLDocumentClass htmldoc = wbCtrl.Document.DomDocument as ...
0
votes
2answers
62 views

Issue regarding add html data to web browser control repeatedly

This way i try to add html data to web browser control. private void Adddata() { webBrowser1.DocumentText = "<html><body>Please enter your name:<br/>" + "<input type='text' ...
0
votes
1answer
251 views

How to capture click event for any button inside in web browser control?

Suppose my web browser is showing a html page where many buttons are there. I just like to know how could I capture click on any button inside web browser control from my c# win apps. If it is ...
0
votes
1answer
202 views

Load local html file in webbrowser control in editable mode

I want to load a local html file in webbrowser control in editable mode. My code for loading in html file in webBrowser is: private void LoadFile(string filename) { using (StreamReader reader = ...
0
votes
2answers
116 views

Web Browser control not showing HTMLTable cell borders

I have this weired problem using webBrowserControl in C# (tested with both VS 2005 and VS 2012 as I thought the later version will work but it did not). I have a web page (asp.net) in which I am ...
0
votes
1answer
193 views

winforms webbrowser control implementing IAuthenticate navigate fails with Attempted to read or write protected memory

I have an application which displays images and we're moving them to a different server. On the existing server, they can view as many images as they want and it won't ask them to log in again. On ...
1
vote
2answers
334 views

Out Of Memory Exception - unmanaged memory

I am working on a web scraper, and it gernally works quite well. It will go through thousands of pages on most sites and complete sucessfully with no issues. On a few sites, I am repeatedly seeing ...
0
votes
0answers
73 views

Web Browser size controlled from a track bar

I have a text editor control (derived / based on a web browser control) on a form. When typing within that editor if I use the keyboard combinations of Control + or Control - the size / scale of the ...
0
votes
0answers
52 views

WPF WebBrowser control in WIN8 64 bit

Trying to set the WebBrowser control to emulate IE10 on Win 8. Followed these directions: http://www.west-wind.com/weblog/posts/2011/May/21/Web-Browser-Control-Specifying-the-IE-Version but it does ...

1 2 3 4 5 38