Progress bar for Remote Data Access Push Pulls.

Hi all, i'm trying to make a progress bar for the push pull's progress. is there anyway to do it

So far i only know how to use timer to make the progress bar move.. but i don't know how to make the progress bar move with push or pull. Anyone know


Answer this question

Progress bar for Remote Data Access Push Pulls.

  • Noam Lewis

    hi ,

    you mean it'll be like 5 pulls = Max = 5 so 1 pull = +1 Value

    hmm i was more thinking of realtime thing like as each pull goes the bar increases. But this might work well :)

  • John.Doe

    Sylpheed,

    You should just be able to set the ProgressBar's Value property when you do a push/pull. So, for example, if you know you're going to receive 5 pieces of data, set the Minimum to 0, the Maximum to 5, and increment Value every time you receive something... pretty straight-forward.

    Sorry if I misunderstood the question and you're trying to do something more complicated.

    --Jeff

  • Progress bar for Remote Data Access Push Pulls.