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:
00481460
Vues:
11
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform