Click here to Skip to main content
15,880,854 members
Please Sign up or sign in to vote.
1.67/5 (3 votes)
See more:
hello everyone, I'm making a web Browser in visual Basic 2008 and I'm trying to make a downloads page like in internet explorer and things. I need it to show a downloads page when a download starts and show a progress bar and things. And after I close it to needs to continue downloading. how should I do it? Help is highly appreciated.
Posted
Comments
[no name] 13-Nov-14 10:02am    
I think this is tricky because you will need to block or intercept the download call by stopping events from firing. You can try playing around with DownloadBegin and NewWindow3 and NewWindow Events. You will also need to detect mouse or link clicking on a specific url linking to a file extension and from there, handle your own event to manage the download, perhaps through web request? Post back when you have some code and we can go from there.

1 solution

Hey Member 11202273,

It's probably easier to use something like Awesomium to handle downloads. Here's an article on how to setup Awesomium, which should help: http://techviewhd.freeforums.net/thread/7/web-browser-control-alternative-awesomium[^]

And here are some answered questions on how to implement a Downloads Manager with Awesomium: http://techviewhd.freeforums.net/thread/93/modify-system-downloads-awesomium[^] and http://techviewhd.freeforums.net/thread/27/solved-awesomium-handling-downloads[^]

Hope this helps! ;)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900