Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Microsoft status bar control 6
Message
De
02/08/2000 06:59:15
 
 
À
02/08/2000 06:25:30
Dino Liberale
Ministero Lavori Pubblici
Trieste, Italie
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00399761
Message ID:
00399765
Vues:
11
>Hi all,
>
>How can I set the text prop of one of the 4 panels that I have in the status bar control (class MSComctlLib.SBarCtl.2, I've renamed the control "OleStatusBar") ?
>
>I've try this:
>
>(in the init event of the form)
>oSbr=This.OleStatusBar
>* now i want to change the test of panel 1
>oSbr.Panel(1).Text = "PLUTO"
>
>but this syntax gave an arror.
>What's the correct way to reference and set a prop for status bar activex ?
>
>Someone can point me to an information source about this control ?

Hi Dino,

Use :

oSbr.Panels(1).Text = "PLUTO"

instead - Panels instead of Panel.

Best.

Matt.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform