mshtml
How to get the original IDocHostUIHandler provided by Internet Explorer?
In the documentation of the IDocHostUIHandler Interface, there is a paragraph about the default UI handler provided by IE when talking about a memory leak caused by using ICustomDoc from a BHO:[详细]
2023-04-11 13:10 分类:问答SpicIE Internet Explorer Plugin: How to access rendered HTML?
I am attempting to write an Inter开发者_高级运维net Explorer (IE8) plugin using SpicIE (http://archive.msdn.microsoft.com/SpicIE).Inside the OnDocumentComplete method, I am able to access the HTML of[详细]
2023-04-10 18:38 分类:问答Any workaround to get text in an iFrame on another domain in a WebBrowser?
You will probably first think is not possible because of XSS restrictions. But I\'m trying to access this content from an application that hosts a WebBrowser, not from javascript code in a site.[详细]
2023-04-07 01:15 分类:问答Determining when an IE window is displaying a dialog box from a desktop app
I am attempting to determine if a selected browser window is showing a dialog box. I am using the shdocvw.internetexplorer object to grab the browser and get specific elements of the browser. I am 开发[详细]
2023-04-05 08:24 分类:问答How do I get the font color from a piece of HTML source code?
I have a piece of HTML source like this: <FONT color=#5a6571>Beverly Mitchell</FONT> <FONT color=#5a6571>Shawnee Smith</FONT> <FONT color=#5a6571>Glenn Plummer</FONT&[详细]
2023-04-04 08:24 分类:问答.NET webbrowser security prompt
I am using a .NET web browse control for windows forms. Every time I visit this specific web page, I get this specific prompt:[详细]
2023-04-02 03:38 分类:问答How to get attributes with a namespace prefix in IE9 with mshtml?
We have a browser help object (BHO) written in C# that works just fine in IE8.However, accessing tags and attributes in a namespace开发者_JS百科 no longer works in IE9.For example, with[详细]
2023-03-31 02:03 分类:问答Getting process ID of a SHDocVw.InternetExplorer spawned IE8 process
I\'m using SHDocVw.InternetExplorer to launch IE in my code. In certain cases I开发者_开发问答nternetExplorer.Quit() doesn\'t work. I have tried several things to make Quit work but without success. I[详细]
2023-03-29 17:08 分类:问答Debugging SHDocVw.InternetExplorer.Quit not closing iexplore.exe process
I think there\'s no definite answer so how would you approach debugging this problem?: My main a开发者_如何学Gopp (a MicroStation plugin) launces IE using the SHDocVw.InternetExplorer COM wrapper, in[详细]
2023-03-28 15:10 分类:问答How to access the uniqueID property from an HtmlElement?
How can I access the uniqueID property from an HtmlElement? I know how to cast from HtmlElement to MSHTML\'s inte开发者_Go百科rfaces, but I don\'t know which interface to use.I figured it out:[详细]
2023-03-27 21:58 分类:问答