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!
Printable View
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!
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.