I have an application that uses an embedded IE through th开发者_StackOverflowe Windows Forms WebBrowser control. I want to embed some .NET controls into the HTML page.
I use the WebBrowser component from WPF. I load there a page from Internet and I access the Document property to call my scripts. Unfortunately calling scripts don\'t work as I need. When I am calling
I do not know how to disable the web pages cache in my application which embed a Web Browser thanks to MSHTML.
I\'m a little confuse and maybe you can help me. I\'ve the mshtml.dll (version 8.0) and the Microsoft.mshtml.dll (version 7.0)
I am trying to manipulate a requested document in the WPF WebBrowser-control. I already managed it to invoke JavaScript on loaded document, but I am not able to change the s开发者_如何转开发hown HTML-
Is there any way to get the font size of the currently selected text in the Microsoft WebBrowser control (MSHTML)?
I am currently working on a project that needs to be able to set the value of an input element of type \"file\" in an HTML document using mshtml.HTMLInputFileElement.I am having a great deal of diffic
I have a 32bit application running on Windows 7 64bit. The application (written in C++) hosts a WebBrowser control.
Does anyone know a way of rotating开发者_JS百科 an image (jpg or gif) in a TWebBrowser control (using Delphi)
I\'m maintaining a WPF based application which contains a WinForms based WebBrowser control that based on the IE web browser control. When we deploy, we have had to also supply Microsoft.mshtml.dll an