Accessing IHTMLDocument2 Interface
I am currently playing about with COM and was trying to build a COM client that will parse through the DTD of a web page and simply printout the elements.
For this I need a reference to the IHTMLDocument2 interface but I am not able to figure out the name of the class that exposes this interface.
Kindly help me out here as I am new to COM and am just getting started.
Also please enlighten me as to how can the class exposing an interface be determined if we know the name of the exposed interface
Thanks for your time and help
Regards
Prahalad

