new problem of webbrowser control save web page 
Author Message
 new problem of webbrowser control save web page

Thanks very much. But it still prompt me to accept the FileName i have
given.
Can webbrowser save file without prompt?
Quote:
> 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



Mon, 09 Dec 2002 03:00:00 GMT  
 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



Tue, 10 Dec 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Saving web pages to file using webBrowser or inet control

2. Saving web page with images using the WebBrowser control

3. Saving web pages with WebBrowser control

4. Saving a complete Web Page from the WebBrowser control

5. Webbrowser control - Saving a web page

6. webbrowser control save web page

7. WebBrowser Ctl: save web page to local machine

8. Save WebBrowser's web page

9. Help saving web page with web control?

10. Directly referencing an element on a web page in the WebBrowser control

11. Saving Pages Using the WebBrowser Control ???

12. How to capture Web Page to Bitmap with Webbrowser control

 

 
Powered by phpBB® Forum Software