Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Ctl32_statusbar - dealing with objects
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Ctl32_statusbar - dealing with objects
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01273023
Message ID:
01273023
Vues:
61
I am not good yet when dealing with objects

I copied the classes to my folder and then tried
the simple exemple below

******************************************************

If Not Pemstatus(_Screen,"StatusBar", 5) Then

_Screen.Newobject("StatusBar", "ctl32_statusbar", "ctl32_statusbar.vcx")

Endif


oStatusBar.ProgressBar.Repeat = .T.

oStatusBar.ProgressBar.Play = .T.

oStatusBar.ProgressBar.Visible = .T.


************************************************************

I have the message:

oStatusBar object not found

Which is the object ? what is missing ?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform