Hello Community,
I was wondering if there is a way to to use the webbrowser to download a file silently without the download file dialog coming up. What i want is to use Browser.Navigate("Download Path")
and i don't want the file dialog to show up i want it to just download the file to a path of my choice (eg. My.Settings.Path
).
Please Help...