MSHTML tutorial

George2 picture George2 · Mar 21, 2009 · Viewed 8.2k times · Source

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 recommend something to read?

EDIT: I prefer to use C#.

Answer

Daniel Rikowski picture Daniel Rikowski · Mar 21, 2009

When I was learning to use MSHTML I mostly relied on the MSDN documentation and asked specific details in newsgroups and sites like this.

It also helped me alot to download the whole Windows SDK instead of reading online.