tagged [browser]

How to set a proxy for Webbrowser Control without effecting the SYSTEM/IE proxy

How to set a proxy for Webbrowser Control without effecting the SYSTEM/IE proxy How can I set a proxy for a Webbrowser Control without setting a proxy for IE? Basically I want my application to use a ...

23 Mar at 11:52

Why do jQuery fadeIn() and fadeOut() seem quirky in this example?

Why do jQuery fadeIn() and fadeOut() seem quirky in this example? I've been playing with jQuery in an ASP.NET project and am finding some odd behavior with the `.fadeIn()` and `fadeOut()` functions. I...

.NET C#: WebBrowser control Navigate() does not load targeted URL

.NET C#: WebBrowser control Navigate() does not load targeted URL I'm trying to programmatically load a web page via the WebBrowser control with the intent of testing the page & it's JavaScript functi...

30 Apr at 20:12

Within the webbrowser , is it possible to make a <DIV> element focus?

Within the webbrowser , is it possible to make a element focus? I am using a WebBrowser object to render text which is presented in a table format. This WebBrowser is embedded within an Eclipse plugin...

13 Jul at 14:4

Online Internet Explorer Simulators

Online Internet Explorer Simulators (Tried to find simular questions / duplicates, failed) I develop on a mac. I love my mac. I develop using Chrome, Firefox, and Safari. I love them all for different...

Get URL from browser to C# application

Get URL from browser to C# application How can I get the url from a running instance of Chrome or Opera using C# .NET windows form app? Thanks!

26 Aug at 21:24

Waiting for WebBrowser ajax content

Waiting for WebBrowser ajax content I want to pause the execution of my thread until a particular div has been loaded via ajax into a WebBrowser instance. Obviously I can continuously check for the pr...

25 Sep at 16:16

Capture a scrolling window contents screenshot

Capture a scrolling window contents screenshot I need to capture a screenshot of the scrolling window's client area, using .NET. My first priority is capturing web page screenshots. But this can be no...

7 Oct at 15:36

Is it possible to use HttpBrowserCapabilities from a c# console application?

Is it possible to use HttpBrowserCapabilities from a c# console application? I need to parse UserAgent strings from a console app and this seems like a simple way to do it, but I obviously don't have ...

8 Oct at 15:26

JavaScript file not updating no matter what I do

JavaScript file not updating no matter what I do I have an external JavaScript file and whether in FireFox or Chrome, whether all browsing data is cleared, it will NOT update no matter what. I believe...

16 Oct at 23:0

How can I hide select options with JavaScript? (Cross browser)

How can I hide select options with JavaScript? (Cross browser) This should work: It works in Firefox, but not Chrome (and probably not in IE, not tested). A more interesting example: ``` Hide me v...

9 Dec at 14:10

WebBrowser Control - Prevent Right-Click

WebBrowser Control - Prevent Right-Click In my application, I have a form that contains a browser control in which I display an SSRS report. I would like to prevent the user from right-clicking in the...

How to open in default browser in C#

How to open in default browser in C# I am designing a small C# application and there is a web browser in it. I currently have all of my defaults on my computer say google chrome is my default browser,...

Cache.SetMaxAge not working under IIS, works fine under VS Dev Srv

Cache.SetMaxAge not working under IIS, works fine under VS Dev Srv I'm trying to add a "max-age" header to my response. It works fine on my Visual Studio Development Server, but as soon as I move the ...

7 Jan at 14:59

Firefox on Windows renders an image color incorrectly

Firefox on Windows renders an image color incorrectly I've run into this issue before without ever really figuring out what the problem was, but I'm attempting to do the standard "drop-shadow" effect ...

Display PDF within web browser

Display PDF within web browser How can I display a pdf within a web browser on an .html page?

31 Jan at 17:19

Cross-browser window resize event - JavaScript / jQuery

Cross-browser window resize event - JavaScript / jQuery What is the correct (modern) method for tapping into the window resize event that works in Firefox, [WebKit](http://en.wikipedia.org/wiki/WebKit...

Converting WebBrowser.Document To A Bitmap?

Converting WebBrowser.Document To A Bitmap? Is it possible to draw a WebBrowser.Document to a Bitmap? Basically taking a screenshot of a WebBrowser control (note, this is with a WebBrowser that doesn'...

15 Feb at 17:1

Linux: command to open URL in default browser

Linux: command to open URL in default browser What command we have to execute (from Java, but that should not matter) on Linux (different common distributions) to open a given URL in the default brows...

25 Feb at 11:6

How to "manually" go back with a WebBrowser?

How to "manually" go back with a WebBrowser? I'm working on a web scraper that sometimes needs to remember a particular page, then go to some other pages and then go back to that page. Currently I jus...

28 Mar at 20:24

css 'pointer-events' property alternative for IE

css 'pointer-events' property alternative for IE I have a drop down navigation menu in which some of the title should not navigate to other page when clicked(these title open a drop down menu when cli...

How can I read Chrome Cache files?

How can I read Chrome Cache files? A forum I frequent was down today, and upon restoration, I discovered that the last two days of forum posting had been rolled back completely. Needless to say, I'd l...

26 May at 03:55

databind the Source property of the WebBrowser in WPF

databind the Source property of the WebBrowser in WPF Does anyone know how to databind the .Source property of the WebBrowser in WPF ( 3.5SP1 )? I have a listview that I want to have a small WebBrowse...

18 Jun at 00:18

Open a webpage in the default browser

Open a webpage in the default browser I want my users to be able to click a button to open my company's webpage in the default browser when clicked. How would I do this? I'm using VB.net so all .net e...

7 Jul at 15:39

Read Javascript variable from Web Browser control

Read Javascript variable from Web Browser control I am trying to read the value of a Javascript variable which is loaded and called from a WebBrowser control on my form. Example: index.html refers to ...

29 Jul at 17:30