Downloader - Printable Version +- BP Forums (https://bpforums.info) +-- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=55) +--- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=56) +---- Forum: VB.NET (Visual Basic 2010/2008) (https://bpforums.info/forumdisplay.php?fid=8) +----- Forum: Share your programs! (https://bpforums.info/forumdisplay.php?fid=10) +----- Thread: Downloader (/showthread.php?tid=255) |
Downloader - xolara - 09-30-2010 Really just a "for fun" program <!-- s --><img src="{SMILIES_PATH}/icon_e_smile.gif" alt="" title="Smile" /><!-- s --> Any ideas maybe for more stuff to the application? Re: Downloader - selimaydi - 10-01-2010 Awesome program you made! <!-- s --><img src="{SMILIES_PATH}/icon_e_smile.gif" alt="" title="Smile" /><!-- s -->, only thing u can add , is more games i guess <!-- s --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="" title="Very Happy" /><!-- s -->, but the program it self works perfect. Re: Downloader - xolara - 10-01-2010 The latest version i have made is out u can go check for version in the program <!-- s --><img src="{SMILIES_PATH}/icon_razz.gif" alt="" title="Razz" /><!-- s --> really just to show that it works as well <!-- s --><img src="{SMILIES_PATH}/icon_razz.gif" alt="" title="Razz" /><!-- s --> Remeber allso to have a look at the About in Options>About and yeh i should add alot more stuff to it but it come as i find some more interesting stuff to add <!-- s --><img src="{SMILIES_PATH}/icon_e_smile.gif" alt="" title="Smile" /><!-- s --> Re: Downloader - brandonio21 - 10-01-2010 Wow this is really a great program! You should really add a whole library of things on this, Like maybe some of Selimaydi's or my software? <!-- s --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="" title="Very Happy" /><!-- s --> <!-- s --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="" title="Very Happy" /><!-- s --> And also, would you like to share your progress bar code with us? <!-- s:o --><img src="{SMILIES_PATH}/icon_e_surprised.gif" alt=":o" title="Surprised" /><!-- s:o --> Re: Downloader - xolara - 10-01-2010 Sure im using Code: Public WithEvents download As New WebClient Code: Private Sub download_DownloadProgressChanged(ByVal sender As Object, ByVal e As System.Net.DownloadProgressChangedEventArgs) Handles download.DownloadProgressChanged and yeh i should add ur programs to the list ^^ new version with some new stuff in it <!-- s --><img src="{SMILIES_PATH}/icon_e_smile.gif" alt="" title="Smile" /><!-- s --> and just added some programs more to the list Trying to figure out how i can add download speed to the app and Estimated time could be handy to have any ideas? |