Render HTML
-
Is there a way to render html without using the SHDocVw control? The reason that I don't want to use that control is because I don't want the overhead of the control having internet access. I also want the control to be able to render dynamic html while the SHDocVw control seems to only render static web pages. I would really appreciate some advice or even just a point in the right direction. Thanks
-
Is there a way to render html without using the SHDocVw control? The reason that I don't want to use that control is because I don't want the overhead of the control having internet access. I also want the control to be able to render dynamic html while the SHDocVw control seems to only render static web pages. I would really appreciate some advice or even just a point in the right direction. Thanks
MSHTML is what is used to render the HTML within the SHDocVw control. Check out the following article, it should point you in the right direction. Using MSHTML Advanced Hosting Interfaces[^] also, this site may be of some help: The HTMLEditor[^] - Nick Parker
My Blog