Weavaudio
New member
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)
TIA for your replies....
AxWebBrowser1.Navigate(strData1(intCount))
AxWebBrowser1.ExecWB(SHDocVw.OLECMDID.OLECMDID_SAVEAS, SHDocVw.OLECMDEXECOPT.OLECMDEXECOPT_DODEFAULT)
TIA for your replies....