10-01-2010, 06:38 PM
Sure
im using
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?
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
ProgressBar1.Value = e.ProgressPercentage
End Sub
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?
Website: <!-- m --><a class="postlink" href="http://www.PBAProductions.com">http://www.PBAProductions.com</a><!-- m -->
E-Mail: <!-- e --><a href="mailtoatrick@AriSystems.Org">Patrick@AriSystems.Org</a><!-- e -->
Skype: Qwaxer
Youtube: Qwaxer
E-Mail: <!-- e --><a href="mailtoatrick@AriSystems.Org">Patrick@AriSystems.Org</a><!-- e -->
Skype: Qwaxer
Youtube: Qwaxer