|
-
Nov 7th, 2000, 01:37 PM
#1
Thread Starter
Member
What is the best way to set the max for a progess bar and also the value for it. I need to show the progress for searching directories and finding matched files according to the searching criteria. Sample code:
For counter = 1 To lngDriveLen Step 4
List1.AddItem (Mid(txtDriveName, counter, 3))
ProgressBar1.Value = counter
Next counter
HELP!!!
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
|