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:
00481449
Views:
10
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
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform