PrOpHeT
New member
- Joined
- Jan 22, 2006
- Messages
- 1
- Programming Experience
- 10+
I am using the folowing code to return data from a remote web server
 
does anyone know how I would do this or know another way to retrieve remote fies via http with progress status?
 
 
Thanks
	
		
			
		
		
	
				
			[FONT=verdana,arial,helvetica]VB Code:[/FONT] 
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.Dim Client As New System.Net.WebClient
Dim ByteArray() As Byte ByteArray = Client.DownloadData(Url)
does anyone know how I would do this or know another way to retrieve remote fies via http with progress status?
Thanks
 
	 
 
		 
 
		 
 
		 
 
		