Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to show a progress bar in a status bar panel
Message
From
13/09/2000 09:42:01
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00415702
Message ID:
00415770
Views:
23
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform