mshtml
Is there a way to programatically insert a Windows Forms control into an MSHTML (WebBrowser) instance?
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.[详细]
2023-01-17 03:12 分类:问答Calling ActionScript (Flash) method via mshtml from C#
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[详细]
2023-01-14 09:09 分类:问答How to disable the MSHTML cache in C++?
I do not know how to disable the web pages cache in my application which embed a Web Browser thanks to MSHTML.[详细]
2023-01-13 21:47 分类:问答mshtml 8.0 and Microsoft.mshtml 7.0
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)[详细]
2023-01-11 08:40 分类:问答Using HTMLDocument to manipulate HTML and show it in WebBrowser-control
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-[详细]
2023-01-11 05:31 分类:问答How to get font size of currently selected text in WebBrowser control
Is there any way to get the font size of the currently selected text in the Microsoft WebBrowser control (MSHTML)?[详细]
2023-01-10 07:58 分类:问答C#: How to set the value of an mshtml.HTMLInputFileElement
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[详细]
2023-01-09 00:02 分类:问答WebBrowser Control in 32bit app Launches 64bit Internet Explorer on window.open() call
I have a 32bit application running on Windows 7 64bit. The application (written in C++) hosts a WebBrowser control.[详细]
2023-01-07 20:00 分类:问答Programmatically rotate tiff image (or pdf)
Does anyone know a way of rotating开发者_JS百科 an image (jpg or gif) in a TWebBrowser control (using Delphi)[详细]
2023-01-06 10:13 分类:问答Do the new NoPIA and Type Equivalence features in C#/.NET 4.0 mean Microsoft.mshtml.dll is no longer needed
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[详细]
2022-12-29 09:53 分类:问答