Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using ProgressBar Control
Message
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00480748
Message ID:
00481460
Views:
12
Thanks again Eric.

>Here is how you can use it:
>
>
Private Sub Command1_Click()
>Dim intI As Integer
>
>    ProgressBar1.Min = 1
>    ProgressBar1.Max = 10000
>    For intI = ProgressBar1.Min To ProgressBar1.Max
>        ProgressBar1.Value = intI
>    Next intI
>End Sub
It's "my" world. You're just living in it.
Previous
Reply
Map
View

Click here to load this message in the networking platform