I'm using the WebBrowser Control to load html template with data at run time. How do i save the what is display into a html file? I tried to use:
WebBrowser.ExecWB(SHDocVw.OLECMDID.OLECMDID_SAVEAS, SHDocVw.OLECMDEXECOPT.OLECMDEXECOPT_DODEFAULT)
and this just saved the html template with no data.
Thank you
WebBrowser.ExecWB(SHDocVw.OLECMDID.OLECMDID_SAVEAS, SHDocVw.OLECMDEXECOPT.OLECMDEXECOPT_DODEFAULT)
and this just saved the html template with no data.
Thank you