Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to show a progress bar in a status bar panel
Message
De
13/09/2000 09:42:01
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00415702
Message ID:
00415770
Vues:
21
>How it's possible to show a progress bar in a status bar panel ?
>I tried to overwrite the 2 ocx position, but don't work
>Any Idea ?

You can try code like this:

DECLARE Sleep IN WIN32API INTEGER

FOR i = 1 TO 500
_VFP.StatusBar = REPLICATE("|", i)
=Sleep(50)
ENDFOR
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform