Results 1 to 6 of 6

Thread: [2005] Progress Bar

  1. #1

    Thread Starter
    Frenzied Member met0555's Avatar
    Join Date
    Jul 2006
    Posts
    1,385

    [2005] Progress Bar

    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

  2. #2
    Hyperactive Member
    Join Date
    Oct 2006
    Posts
    419

    Re: [2005] Progress Bar

    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.
    If a post has been usefull then Rate it!

  3. #3

    Thread Starter
    Frenzied Member met0555's Avatar
    Join Date
    Jul 2006
    Posts
    1,385

    Re: [2005] Progress Bar

    Well i would like to know this "the percentage of how much has uploaded"

    tanks

  4. #4
    Frenzied Member stimbo's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    1,739

    Re: [2005] Progress Bar

    Check out Kleinma's code bank submission

    http://www.vbforums.com/showthread.p...t=progress+bar
    Stim

    Free VB.NET Book Chapter
    Visual Basic 2005 Cookbook Sample Chapter

  5. #5

    Thread Starter
    Frenzied Member met0555's Avatar
    Join Date
    Jul 2006
    Posts
    1,385

    Re: [2005] Progress Bar

    well, that is for downloading, me i want it for uploading

  6. #6
    Frenzied Member stimbo's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    1,739

    Re: [2005] Progress Bar

    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.
    Stim

    Free VB.NET Book Chapter
    Visual Basic 2005 Cookbook Sample Chapter

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width