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.

Could not load file or assembly 'Microsoft.mshtml ... Strong name validation failed

I made a WPF/C# program and I am using the internet control for WYSIWYG HTML editing. it is a …

c# interop mshtml
Using mshtml doesn't work

I have a c# app and i have tried using some mshtml elements. But i have a problem. The using …

c# mshtml
I need to find and press a button on a webpage using VBA

I have written a macro that will open a webpage, find the spots I need to put the data into, …

vba dom mshtml
How do I use MSHTML in VB.NET?

In the answer to question #56107, Erlend provided this sample c# code: using mshtml; ... object[] oPageText = { html }; HTMLDocument doc = new HTMLDocumentClass(); …

vb.net mshtml
How can we use MSHTML with VBA?

I saw a lot of examples in MSDN on how to use MSHTML in VS. Have anyone known if and …

excel vba mshtml
MSHTML DLL on Windows 10

I have a C# solution that makes use of Smith Html Editor (I'm developing on the main project which uses …

c# wpf windows-10 mshtml microsoft-edge
HTML - How do I know when all frames are loaded?

I'm using .NET WebBrowser control. How do I know when a web page is fully loaded? I want to know …

c# html browser mshtml
MSHTML: CreateDocumentFromString instead of CreateDocumentFromUrl

I'd like to use the MSHTML library to parse some HTML that I have in a string variable. However, I …

vba vb6 html-parsing mshtml
getElementById on element within an iframe

My current code works on elements outside of an iframe. How should I approach fetching elements within an iframe using …

c# internet-explorer mshtml
Internet Explorer Automation: how to suppress Open/Save dialog?

When controlling IE instance via MSHTML, how to suppress Open/Save dialogs for non-HTML content? I need to get data …

internet-explorer automation mshtml