Welcome Guest Search | Active Topics | Sign In | Register

Save dialog window prevent Options
Suresh Guddanti
Posted: Friday, May 27, 2016 12:36:27 PM
Rank: Newbie
Groups: Member

Joined: 12/29/2015
Posts: 1
Hello support,

Where and how can I set the default save location, when click on export to excel button in the web page from the EO web browser of winforms application. Currently it was showing a save dialog window. I want to save the file without manually click on save button. Can you please help out me on this.


Thanks,
Amar.
eo_support
Posted: Friday, May 27, 2016 1:38:01 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,071
Hi,

You need to handle FileDialog event:

http://www.essentialobjects.com/doc/webbrowser/customize/file_dialog.aspx

Inside your event handler you can just call e.Continue with the desired file name without displaying any dialog.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.