ExecWB Method to save web page locally

Weavaudio

New member
Joined
Apr 9, 2003
Messages
2
Location
Choclate Town, USA
Hello all, I am new to this forum and .NET so pardon my newbness. I am using the WebBrowser control and trying to use the ExecWB Method with the SAVEAS command of the Control to save a a page locally. Its blowing up and I tried using the DO_DEFAULT but that does not work either? Could this be a permissions thing with my app not running as me? Or is this code not enough:

AxWebBrowser1.Navigate(strData1(intCount))
AxWebBrowser1.ExecWB(SHDocVw.OLECMDID.OLECMDID_SAVEAS, SHDocVw.OLECMDEXECOPT.OLECMDEXECOPT_DODEFAULT)


:confused: TIA for your replies....
 
Back
Top