Page 1 of 1
Web browser with a downloader?
Posted: Thu Apr 22, 2010 12:50 am
by Agust1337
If someone know's how to make an downloader, like if you click on Download this file... for example, then a window pop up's or smth(goes after what browser ur using :p), so yeah I have tried to do with FileDownload but not sure how to use it :P and not sure how to make an file downloader of from a website with a browser so pls i appreciate if you help me! :P
Re: Web browser with a downloader?
Posted: Sun May 02, 2010 3:49 am
by jeezy09
I was just looking at this earlier today and haven't tested yet but think ive found it lol
try this
http://www.vbdotnetforums.com/vb-net-ge ... nager.html
cooll;
Re: Web browser with a downloader?
Posted: Sun May 02, 2010 4:26 pm
by mandai
I would recommend using WebClient.DownloadDataAsync, then add the DownloadDataCompleted / DownloadProgressChanged events.