webbrowser

WebBrowser.Refresh problem in VB.Net

I'm working on a webcrawler in VB.net, and using the System.Forms.WebBrowser object for handling navigation on sites that use javascript or form posts, but I'm having a problem. When I navigate backwards (WebBrowser.GoBack()) to a page that was loaded with a form post, the page has expired and I have to do a refresh to resend the reques...

What browser settings do you test with?[Duplicate please close]

Do you test your applications under multiple browser settings? Do you use test tools that tell you why your site might be problematic? ...

Can Google O3D be used as a Rich Internet Application framework?

Although it's pegged as a 3D graphics framework for the browser, could Google O3D be used as an RIA framework similar to GWT, Flex or Rails? ...

Deep copy System.Windows.Forms.WebBrowser Object/Restore State

Essentially what I want to do is copy a WebBrowser object such that I can do the equivalent of "Open In New Tab" or "Open In New Window" actions, maintaining any posted data. I don't just want to navigate to the same URL as in the original WebBrowser object, rather I want to repeat the HttpWebRequest. Is this possible? How? ...

How do I print from the wpf WebBrowser available in .net 3.5 SP1?

Hi, we are currently using a winforms WebBrowser control in our app in a WindowsFormsHost and printing by calling 'WebBrowser.ShowPrintDialog()' We have an issue with this in that the dialog does not appear to be modal and the parent window can be dismissed causing issues if a print is later attempted. I was looking at the new wpf webb...

Windows web browsers - a definitive list

I'm looking for some alternatives to the following browsers for Windows: Internet Explorer Firefox Chrome Safari Opera In particular ones that are lightweight, can display images and fast like Chrome/Safari 4 or Firefox was pre 1.5 - although it's not a prerequisite. Can anyone feed me a list? ...

What's new in IE8 regarding to WebBrowser Control?

What's new in IE8 regarding to WebBrowser Control via interfaces or direct API calls? Is there any new extensibility feature or a new API? ...

Intercepting requests made by WebBrowser in C#

Is it possible to intercept all requests made by a WebBrowser control? I want to modify the request URI of every single request (including requests for images, scripts, stylesheets, etc.) ...

WPF C# WYSIWYG Editor

Hello.. I have created a wysiwyg editor as a standard C# program using the windows form control. I would like to do the same thing except with WPF. In my old application I did something like this. using mshtml; private IHTMLDocument2 doc; ... HTMLeditor.DocumentText = "<html><body></body></html>"; doc = HTMLeditor.Document.DomDocu...

Problem with flash in a webbrowser in a winform

I have the oddest problem (but aren't all programming problems odd?). I have a winform that contains a webbrowser object that opens a website that has flash on it. This winform is running on a touchscreen computer (I can't find the brand or model number). Here is what I know: flash objects embeded in a website that is accessed via t...

What embedded browser for C++ project?

Is there any browser I could embedd in C++ application on Windows? I need all features typical browser has (HTTP client, cookies support, DOM style HTML parser, JavaScript engine) except rendering. Because I don't need rendering capability (and that's rather big part of a browser) I would prefer a browser with non monolithic design so I...

C# Webbrowser Control > Timeout?

Hey all. I'm wondering how to implement a timeout event in the System.Windows.Forms.Webbrowser control? ...

having Jquery UI framework in TWebBrowser in Delphi

Hi: I am working on an application, lots of the UI elements will be in a TWebBrowser. So I thought I add a JQUERY UI to make it easy for me. I was able to insert JQuery and UI javascript file thanks to http://www.jasontpenny.com/blog/2008/11/21/jquery-in-a-twebbrowser-in-a-self-contained-delphi-app/ I am stuck at stylesheets, I did ...

Host Silverlight in the Windows.Forms without the WebBrowser control

Is it possible to host Silverlight in the Windows.Forms without the WebBrowser control to avoid unnecessary COM marshaling? EDIT: The goal is to use a rich graphic content like WPF or Silverlight on older platforms like Windows 2000. ...

How to set webbrowser media type to print in C#?

In the webbrowser control, I want to set the media type = print. So it will display the contents in print preview mode. Is this possible and how to do it? ...

How to scroll to show a part of a webpage

What are the different ways you can control/read the Scrollbar in a web browser with JavaScript, apart from anchors? -- Unless you can dynamically create anchors and tell the browser to scroll down to that. ...

...

    Is it possible to develop a web browser using Python?

    Developing a web browser in Python - is it possible? ...

    Is there an attribute I can put on the A tag to get links to open in new tabs instead of the same window?

    I know target="_blank" is supposed to make the thing open in a new window, and for some browsers, like FF3, it will actually make it open in a new tab. Is there a way to exercise more control over this behavior as a developer? ...

    How to capture events fired from new Popup IE window

    Hi, Greetings! Situation: My ActiveX DLL contains a customized webbrowser. The webbrowser displays a web page. When user clicks the link within the displayed page, a new IE window pop up and navigate to the clicked link URL. Question: How can I capture the DocumenComplete and NavigateComplete events fired from the NEW pop up IE win...