
new problem of webbrowser control save web page
Have a look at
http://support.microsoft.com/support/kb/articles/Q244/7/57.ASP
Remy
Quote:
> Thanks very much. But it still prompt me to accept the FileName i have
> given.
> Can webbrowser save file without prompt?
> > Hi,
> > kurgin schrieb:
> > > 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