
webbrowser control save web page
Hi,
kurgin schrieb:
Quote:
> I need to save a page using the webbrowser control.
> Anybody have an example code for doing this?
It's different, if you want the user to type the filename to save. If
so, try the following:
WebBrowser1.ExecWB OLECMDID_SAVEAS, OLECMDEXECOPT_PROMPTUSER
If _you_ want to specify the filename:
WebBrowser1.ExecWB OLECMDID_SAVEAS, OLECMDEXECOPT_DONTPROMPTUSER,
YourFileName
HTH
Chris
--
Christopher Kleinheitz Offenburg GERMANY
Die Welt ist eine Datenbank