Results 1 to 3 of 3

Thread: Progress bar and function

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2002
    Posts
    32

    Progress bar and function

    I have a function (lastfunction) that calls other functions (function1 to function12). I have already a progress bar. How can I make the progress bar show the status of the function (lastfunction)?

    Thx for helping

  2. #2
    Frenzied Member swatty's Avatar
    Join Date
    Aug 2002
    Location
    somewhere on earth
    Posts
    1,478
    Set the max value of the progressbar to 12

    Increase the value of the progressbar after each function is processed.
    Code:
    If Question = Incomplete Then
       AnswerNextOne
    Else
       ReplyIfKnown
    End If
    cu Swatty

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    Do these functions do anything that could be measured?

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