is it possible to make a download manager in vb 2005?

ethicalhacker

Well-known member
Joined
Apr 22, 2007
Messages
142
Location
Delhi,India
Programming Experience
5-10
Can I make a download manager in vb 2005
Ive heard I can make one in vb web developer but the prob is I have vb 2005 express edition and cant have both vb windows developer and web developer installed at the same time. So does anyone have any ideas on how i can create a download manager in vb 2005 express edition?
 
A key feature of a download manager is pause (stop really) and resume, here is some tips for that: http://www.vbdotnetforums.com/showthread.php?t=15827
Another is setting up rules for number of simultaneous downloads and managing the order of the queue, both these are something you can figure out.

About VWD it is for developing web applications like ASP.NET and web services, not Windows Forms applications, you can have all Express versions installed on same machine, they are just different applications like Calculator and Notepad. The full versions VS have it all integrated in one IDE, it's just the Expresses that come feature limited and divided.
 
Back
Top