Saving web pages with WebBrowser control 
Author Message
 Saving web pages with WebBrowser control

I've got a small application which uses the WebBrowser control. Is
there anyway of saving web pages programatically (i.e., without user
intervention)? I've tried the ...
.ExecWB OLECMDID_SAVEAS,  OLECMDEXECOPT_DONTPROMPTUSER
method, but it still prompts with a "Save As" dialog.
TIA,
Marek
PS; Yes, stuffing keycodes can get round this, but I was hoping to
find a "cleaner" approach.


Wed, 18 Jun 1902 08:00:00 GMT  
 Saving web pages with WebBrowser control
Hello,
I have the same problem but I can't get round this and I don't mind finding
a clean approach.
I would be very thankful if you could tell me how you solved this
problem ?
thanks in advance,

Fred

Quote:

> I've got a small application which uses the WebBrowser control. Is
> there anyway of saving web pages programatically (i.e., without user
> intervention)? I've tried the ...
> .ExecWB OLECMDID_SAVEAS,  OLECMDEXECOPT_DONTPROMPTUSER
> method, but it still prompts with a "Save As" dialog.
> TIA,
> Marek
> PS; Yes, stuffing keycodes can get round this, but I was hoping to
> find a "cleaner" approach.

--
Posted via CNET Help.com
http://www.help.com/


Wed, 18 Jun 1902 08:00:00 GMT  
 Saving web pages with WebBrowser control
Hello,
I have the same problem but I can't get round this and I don't mind finding
a clean approach.
I would be very thankful if you could tell me how you solved this
problem ?
thanks in advance,

Fred

Quote:

> I've got a small application which uses the WebBrowser control. Is
> there anyway of saving web pages programatically (i.e., without user
> intervention)? I've tried the ...
> .ExecWB OLECMDID_SAVEAS,  OLECMDEXECOPT_DONTPROMPTUSER
> method, but it still prompts with a "Save As" dialog.
> TIA,
> Marek
> PS; Yes, stuffing keycodes can get round this, but I was hoping to
> find a "cleaner" approach.

--
Posted via CNET Help.com
http://www.help.com/


Wed, 18 Jun 1902 08:00:00 GMT  
 Saving web pages with WebBrowser control
Hello,
I have the same problem but I can't get round this and I don't mind finding
a clean approach.
I would be very thankful if you could tell me how you solved this
problem ?
thanks in advance,

Fred

Quote:

> I've got a small application which uses the WebBrowser control. Is
> there anyway of saving web pages programatically (i.e., without user
> intervention)? I've tried the ...
> .ExecWB OLECMDID_SAVEAS,  OLECMDEXECOPT_DONTPROMPTUSER
> method, but it still prompts with a "Save As" dialog.
> TIA,
> Marek
> PS; Yes, stuffing keycodes can get round this, but I was hoping to
> find a "cleaner" approach.

--
Posted via CNET Help.com
http://www.help.com/


Wed, 18 Jun 1902 08:00:00 GMT  
 Saving web pages with WebBrowser control
If you can get as far as the "Save As" prompt, then why not simply use
"SendKeys" to automate the typing of a quick filename?


Quote:
> Hello,
> I have the same problem but I can't get round this and I don't mind
finding
> a clean approach.
> I would be very thankful if you could tell me how you solved this
> problem ?
> thanks in advance,

> Fred

> > I've got a small application which uses the WebBrowser control. Is
> > there anyway of saving web pages programatically (i.e., without user
> > intervention)? I've tried the ...
> > .ExecWB OLECMDID_SAVEAS,  OLECMDEXECOPT_DONTPROMPTUSER
> > method, but it still prompts with a "Save As" dialog.
> > TIA,
> > Marek
> > PS; Yes, stuffing keycodes can get round this, but I was hoping to
> > find a "cleaner" approach.

> --
> Posted via CNET Help.com
> http://www.help.com/



Wed, 18 Jun 1902 08:00:00 GMT  
 
 [ 5 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 a complete Web Page from the WebBrowser control

4. Webbrowser control - Saving a web page

5. new problem of webbrowser control save 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