Hi, i never used a progress bar, but now i would like to use it when uploadin a file using a webclient but i don't how to make it related with the uploading.
Can someone help me?
tanks
Printable View
Hi, i never used a progress bar, but now i would like to use it when uploadin a file using a webclient but i don't how to make it related with the uploading.
Can someone help me?
tanks
if you work out the percentage of how much has uploaded (not sure how to do that bit sorry), from that you have that percentage value as the value of the progress bar so progressbar1.value = percentage
hope that helps you in the right direction.
Well i would like to know this "the percentage of how much has uploaded"
tanks
Check out Kleinma's code bank submission
http://www.vbforums.com/showthread.p...t=progress+bar
well, that is for downloading, me i want it for uploading
The example still provides a good basis for you to look at. Get file sizes, convert that to a meaningful progress bar value. Changing that value as it's being transferred.... you can see the similarity.
Search the forum first. The matter of uploading files has been covered before a number of times.