Results 1 to 4 of 4

Thread: progress bar please help me

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2004
    Posts
    3

    Exclamation progress bar please help me

    we some students are doing a project in vb6 using ms excel.in our project all the datas are stored and retrived from the excel file.in our project we have a excel file generating form .here we generates a excel file which size can be changed depending upon the input.we require a progress bar i should progress while the file is saving to the hdd.please help us.
    thanks in advance

  2. #2
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: progress bar please help me

    How do you have the data in your program? In an array?


    Has someone helped you? Then you can Rate their helpful post.

  3. #3

    Thread Starter
    New Member
    Join Date
    Sep 2004
    Posts
    3

    Exclamation Re: progress bar please help me

    datas are taken from the origin excel file and stored in the array from there we will transfer to another excel file(like data abstraction) we need the data transfer progress bar size is un known may vary each time

  4. #4
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: progress bar please help me

    With UBound you can get the biggest index of the array. Then you can set the Min property of the progressbar to the LBound of the array and the Max property to the UBound of the Array. Then in your loop that would be from LBound to UBound, you set the Value property property of the bar to the index of the loop.


    Has someone helped you? Then you can Rate their helpful post.

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