Click here to Skip to main content
16,017,151 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys can you help me creating my OWN DOWNLOAD MANAGER?

im using tabbed browser in vb.net 2005 thanks/..

pls give me a simple code thanks! im just creating a prototype :)
Posted

 
Share this answer
 
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 5-Aug-11 8:16am    
Sure, could be useful, my 5.
I personally don't like anything about download managers but console application. Too much manual work with UI, but with console -- you can write any kinds of batch files, not matter what's the format of your data with URLs: just massage some text data and you're done.
--SA
Abhinav S 5-Aug-11 8:21am    
UI makes it easier to pause and resume - if you build in that feature.
thatraja 5-Aug-11 23:16pm    
Fine 5!
Abhinav S 6-Aug-11 1:14am    
Thanks thatraja.
I offered a full source code for my console HttpDownloader. It can continue incompletely downloaded file in case download was interrupted! You can use it for reference. Sorry, it is in C#, so you could translate a small piece of the code into VB.NET (it's really small, you can use this automatic converter: http://www.developerfusion.com/tools/convert/csharp-to-vb/[^]). Besides, if you need good help in .NET, you really need at least some understanding of C#.

So, here is my program: how to download a file from internet[^].

—SA
 
Share this answer
 
Comments
Abhinav S 5-Aug-11 7:26am    
Good link - 5. You could write an article on that.
Sergey Alexandrovich Kryukov 5-Aug-11 8:13am    
Thank you, Abhinav.
Article? A-a, already writing another article, don't know when I get time to complete it...
--SA
Abhinav S 5-Aug-11 8:21am    
Will wait for it.
thatraja 5-Aug-11 23:14pm    
Wow, bookmarked that one, 5!
Sergey Alexandrovich Kryukov 5-Aug-11 23:53pm    
Thank you, Raja,
--SA

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