|
-
Dec 15th, 2007, 09:39 AM
#1
Thread Starter
Hyperactive Member
[RESOLVED] How to make progressbar work ?
How does the Tool Strip progress bar work ? I want to link it to current operation performed.
-
Dec 17th, 2007, 02:34 AM
#2
Hyperactive Member
Re: How to make progressbar work ?
ProgressBar1.Visible = True
ProgressBar1.Min = 0
ProgressBar1.Max = 10000
For i = 0 To ProgressBar1.Max
ProgressBar1.Value = i
Next
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
|