Progress bar help! [VB6?]

Filed Under zjbr.com |

  • hi all...

    How can i make my progress bar actually move?

    thanks!


  • Good old Async processing. What type of activity are you using the progress bar for... if its loading a file of the HD theres rly no point unless its massive.

    Tucker explained it pretty, well but it might be a good idea to jump lines.

    people and their outdated IDE's


  • Well i used to use them when i loaded files (which just slowed down the program significantly)
    i set the progress bar to 0 and the max to the number of lines in the file

    ProgressBar.Max = LinesInFile(CMDialog.FileName)
    ProgressBar.value = 0

    then i went through the file and with a loop and incremented the valuie after each line was loaded

    ProgressBar.value = ProgressBar.value + 1







  • #If you have any other info about this subject , Please add it free.#
    Your name:
    E-mail:
    Telphone:

    Your comments:


    If you have any other info about Progress bar help! [VB6?] , Please add it free.

    Comments