Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WebBrowser Control VB .Net 2003

Status
Not open for further replies.

foxygeek

Programmer
Oct 21, 2004
15
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top