mshtml
Calling mshtml from limited priviledge (Could not load type, because assembly is not fully trusted)
In ASP.NET application run on remote hosting server i get this error: Could not load type \'mshtml.IHTMLDocument\' from assembly \'myassembly, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null\'[详细]
2023-03-10 21:42 分类:问答Using MSHTML in VB.Net to parse HTML
Was wondering if someone could give me some direction on this. I\'ve spent a decent amount of time on it and don\'t seem to be getting anywhere:[详细]
2023-03-10 10:37 分类:问答VB.NET Webbrowser System.UnauthorizedAccessException in Loop
I\'ve had this code working for at least a year and today it threw an exception that i haven\'t been able to figure out why its happening. Its a Forms.WebBrowser that hits a generic site first and the[详细]
2023-03-10 00:57 分类:问答How to implement text replacement with IHTMLTxtRange?
I\'m using an IHTMLTxtRange object instance to replace the current user\'s selection in the browser. Today, i came across the following problem. This is my markup:[详细]
2023-03-09 01:49 分类:问答WinForms problem with mshtml and ie9
IE9 appears to have broken my mshtml com based WebBrower html editor in my 32-bit winforms .net 3.5 application. (It has to be set to开发者_如何学JAVA 32-bit due to an activex USB device controller I[详细]
2023-03-06 02:25 分类:问答Is there a way to use the latest IE9 MSHTML interfaces from C++ Builder (or Delphi) with TCppWebBrowser?
I have a situation whe开发者_运维技巧re I would like to use some methods available via the IHTMLDocument7 interface shipped with IE9. In particular the getElementsByTagNameNS() method because I want t[详细]
2023-03-05 12:30 分类:问答Multiple mshtml problems
I use an IE object in my app, so I have to use mshtml to interact with the IE\'s document. But I have several problems:[详细]
2023-03-04 03:28 分类:问答Accessing a frame name results on an "Access is denied" exception
I\'m making a toolbar on C# for IE and I need to access a certain frame within the website. On my initial tests, I\'m just trying to cycle through the frames and have a MessageBox popup with the name[详细]
2023-02-28 05:54 分类:问答COMException in debug mode only in VS2010 when using MS HTML Objects library
I am using Microsoft HTML Objects library in my project, and the problem is, that I always get an exception when I try to start in VS debugger (I got COMException with E_FAIL HRESULT). When I start ap[详细]
2023-02-22 06:08 分类:问答How can I tell if msHtml.dll is available onto client computer when deploying with clickonce?
Having been told msHtml mustn\'t be copied with my own clickonce app, I would like to: Detect if the client\'s computer has msHtml.dll installed and if yes, be able to use it in my application[详细]
2023-02-18 16:35 分类:问答