From: Imtiaz ALAM [mailto:[EMAIL PROTECTED]] wrote:
> I am trying to automate our intranet sited. I don't want to > use any Ax Control. I manage to read the site content using > WebRequest/WebResponse, now I want to map it to > IHTMLDocument2. Any Idea on how to do it or is there any > better way of getting this done.. How are you going to map to an IHTMLDocument2, which is implemented by MSHTML, which is an ActiveX control, without using ActiveX? =) Sorry, unless you write your own managed HTML rendering engine there's no way to avoid using MSHTML or, if you're feeling adventurous, Gecko. Nobody has undertaken the enourmous task of writing a managed HTML DOM yet, though it is on the list of features wanted by the Genghis group[1]. Later, Drew [1] http://www.genghisgroup.com You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.