Top "Mshtml" questions

MSHTML was introduced in Microsoft Internet Explorer 4.0. It is the main HTML component of the Internet Explorer browser and can be used in other applications.

Submit form and fetch data from website VBA

I'm trying to fetch data from this site using VBA in Excel. What I tried to do and what worked …

excel vba msxml mshtml
Fire event with vba & InternetExplorer.Application to recalculate jquery form

I'm trying to gather data from different websites. Therefore i'm using excel vba and start an internet explorer. I'm able …

javascript vba jquery mshtml microsoft.mshtml
How to render HTML element without using web browser?

Is there a way how to draw specific HTML element content on a canvas without using any web browser control ? …

html delphi mshtml ihtmldocument
How to get all mshtml.IHTMLDivElement from IHTMLDocument2?

How to get all mshtml.IHTMLDivElement from IHTMLDocument2 ? private mshtml.IHTMLDocument2 doc = (IHTMLDocument2)WPFBrowser.Document; ??? List<mshtml.IHTMLDivElement> …

c# .net html dom mshtml
Rendering HTML+Javascript server-side

I need to render an HTML page server-side and "extract" the raw bytes of a canvas element so I can …

javascript asp.net-mvc dom mshtml
Rundll32.exe javascript

I've just (August 2014) seen a report of a program that uses the command line rundll32.exe javascript:"\..\mshtml,RunHTMLApplication" How …

javascript mshtml rundll32
How do I save a web page to image

I have a WebBrowser control and I want to save the whole page viewed to image (any web page). I …

c# .net winforms webbrowser-control mshtml
How do I cast a System.Windows.Control WebBrowser.Document to an mshtml.MSHTMLDocumentClass?

I have a WebBrowser that loads inside a WPF window. I need to get the title of the web page …

c# html .net wpf mshtml
MSHTML tutorial

I want to learn some basics about MSHTML, like how to use IHtmlDocument and IHtmlDocument2 interfaces. I searched for quite …

mshtml ihtmldocument2 ihtmldocument
How to add a reference to mshtml version 9 in .NET

I want to use some of the new features of mshtml.dll version 9.0 such as IHTMLCSSRule. The interop version in …

.net internet-explorer-9 webbrowser-control mshtml