Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ActiveX controls on Form Saved as a Class
Message
De
19/11/1998 15:48:52
 
 
À
19/11/1998 10:56:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00159293
Message ID:
00159509
Vues:
18
>I created a form in the form designer and then saved it as a class. The form contains a couple of Microsoft's progress bars. When I run the .Show() method from code the progress bars are invisible. As a form this was not a problem. Does anyone have any suggestions?
>
>Dan
Hello Dan!

I had this program too. As I made some investigation, progressbar was created, but wasnot visible. So after creating the form from this class, wait some time, and progress bar will be visible.

oVariable=createobject("yourclass")
oVariable.show()
wait "" timeout 0.5

BB
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform