Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using ProgressBar Control
Message
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Divers
Thread ID:
00480748
Message ID:
00481449
Vues:
11
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform