c# - How to give Csharp Webbrowser default Path to download files -


i making web browser in c sharp, want files downloaded user on web browser web sites, web browser saves in 1 default folder (i.e c:\users\abc\downloads)

currently when try download file url pops dialogue box asking path, , annoying thing have wants give 1 default path saves file automatically without asking user path.

like have default download path mozila firefox , google whenever user download file web browser saves in 1 default folder. how can achieve in .net 4.0 csharp web browser.

i'm afraid can't webbrowser control, maybe take @

http://www.mono-project.com/webbrowser

first don't use ie, , can more if i'm right

regards,

corné


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -