Tagged Questions

2
votes
3answers
448 views

MSHTML tutorial

Hello everyone, I want to learn some basics about MSHTML, like how to use IHtmlDocument and IHtmlDocument2 interfaces. I searched for quite a while, but can not find out a tutoria …
0
votes
1answer
26 views

IHTMLElement2.getBoundingClientRect() does not work correctly.

Hi all, The getBoundingClientRect() does not work accurately for all cases. It fails when say a list of links that are side by side in a row and half of them are pushed to the nex …
0
votes
1answer
82 views

When using Microsoft Html Control the ReadyState never gets further than Interactive

We are using the Microsoft MSHtml control to render and modify web pages, we have today deployed to Citrix and found that the document state often does not get any further than int …
1
vote
1answer
94 views

Using IHTMLDocuments 1, 2, 3 & 4

I am using a web browser in my current project and currently im using it in design mode to make it editable etc. The code i am currently using is: WebBrowser.Document.DomDocume …