mshtml
mshtml.dll in GAC?
Having added msHtml.dll to a project of mine, I can see the dll is taken from MS-Office tool开发者_JAVA百科s and NOT from the GAC.[详细]
2023-02-18 16:25 分类:问答Is there an event that fires when DOM is modified in MSHTML IE8?
Trying to detect if new elements are added or removed f开发者_开发技巧rom the DOM in MSHTML. Is there such event that will fire?[详细]
2023-02-13 11:41 分类:问答How do I add an event listener using MSHTML's addEventListener in IE9?
The MSDN documentation for addEventListener says it accepts a callback function in the form of an IDispatch * object. From C# (I\'m using COM interop), Visual Studio displays the paramet开发者_StackOv[详细]
2023-02-11 00:47 分类:问答What is the best way to deal with kludgy interface hierarchies (MSHTML)?
I\'m using the MSHTML API from C# 4.0 and the logistics of running code are not a problem. Writing the code, however, is a pain due to the way that MSHTML and/or COM interfaces are designed. Specifica[详细]
2023-02-09 20:38 分类:问答Capture Modal Dialog object using MSHTML/IExplorer
I\'m using C#, MSHTML and InternetExplorer objects to run through a webpage, but I\'m snagged on an issue.[详细]
2023-02-08 04:15 分类:问答Determining when WebBrowser Control Started processing the HTML
Is there a way to determine when the webbrowser control starts processing the HTML of the URL it navigated to? Looking for any event raised other than onreadystatechange (which does not have clear sta[详细]
2023-01-30 07:28 分类:问答How to load html+js into mshtml/webbrowser control and deploy as single exe?
I\'m new to c++ windows programming, I know and saw applications (ebook exe kind of apps) that takes html+js+css and such and converting it开发者_开发知识库 to single self contained exe.[详细]
2023-01-30 01:27 分类:问答Writing Internet Explorer Plugin: Problem modifying DOM with Browser Helper Object
currently I am writing an Plugin for the Internet Explorer in C#. It is my first try with .net and the Internet Explorer Plugin.[详细]
2023-01-27 18:56 分类:问答vb6: click button on HTMLDocument by code and wait for page to be loaded
i\'m using the mshtml.tlb for loading/parsing html and i\'d like extend it for clicking elements by code. the problem is trapping the loading-process after eg. a button was clicked.[详细]
2023-01-21 20:11 分类:问答How to replace a HTML-tags inner text content using C#!
Right now I\'m working on a Internet Explorer add on which is supposed to scan a HTML-document for URL\'s in plain text, and then \"linkify\" them.[详细]
2023-01-18 03:48 分类:问答