|
Saving web pages with WebBrowser control
Author |
Message |
Mare #1 / 5
|
 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 |
|
 |
fred #2 / 5
|
 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 |
|
 |
fred #3 / 5
|
 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 |
|
 |
fred #4 / 5
|
 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 |
|
 |
OTSE #5 / 5
|
 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 |
|
|
|