|
-
Oct 15th, 2002, 06:58 AM
#1
Thread Starter
Member
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
-
Oct 15th, 2002, 07:02 AM
#2
Frenzied Member
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
-
Oct 15th, 2002, 07:41 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|