Tagged Questions

6
votes
3answers
352 views

How to render HTML element without using web browser?

Is there a way how to draw specific HTML element content on a canvas without using any web browser control ? With this code I'm rendering the element to the form's canvas (just as an example). It ...
3
votes
3answers
2k views

MSHTML tutorial

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 tutorial for beginners. Could anyone ...
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 ...