PDA

Click to See Complete Forum and Search --> : Auto Save...


Static
Nov 6th, 2000, 03:07 PM
Can you auto save in a VB Webbrowser?

I know you can trigger the save as dialog....
can I automate it to enter the name and file type?

like save as ALL.txt?

any help would be great!

Nov 6th, 2000, 03:55 PM
Unfortunately, the webbrowser control does not support that yet. It will always show the dialog box prompting the user where to save. Even if you have OLECMDEXECOPT_DONTPROMPTUSER, it will not work. Just something it can't do.