Tagged Questions
3
votes
1answer
637 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.DomDocument as IHTMLDocument2
...
1
vote
1answer
110 views
Get a particular input element from a particular form, cSharp
Like the statement,
string value = document.forms["sap.client.SsrClient.form"].elements["sapwdssr..requestCounter"].value;
in javascript, is there a corresponding statement to get the value of a ...
0
votes
1answer
364 views
IHTMLElement2.getBoundingClientRect() does not work correctly
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 next line because all the links ...