Hi.
I am looking at creating a small app which will gain access to and use the Internet Explorer DOM.
I want to access the DOM of an existing instance of Internet Explorer.
The app will be basic and simple, and will be first used to retieve properties of web page elements.
My questions are, where do I start, what functions API's should I be looking at, bearing in mind that I intend to stay within the bounds of WIN32 (that is, if COM can be used within those bounds).
My initial search was quite poor because of not knowing what API's/functions I'm looking for.
I appreciate your reading and am greatful for any help you can offer to get me started.