Search results for query: *

  • Users: PrOpHeT
  • Content: Threads
  • Order by date
  1. PrOpHeT

    Download Progress

    I am using the folowing code to return data from a remote web server VB Code: Dim Client As New System.Net.WebClient Dim ByteArray() As Byte ByteArray = Client.DownloadData(Url) Which works great, however I would like to display progress of data being retrieved for larger files. does...
Back
Top