Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Status bar control
Message
De
21/09/2001 14:50:22
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00559382
Message ID:
00559453
Vues:
17
>Dear friends,
>i wantto show eg. reccount ,username or run some buttons on statusbar using statusbarcontrol how can i do it
>
>thanks,

Once you have added the control to your form you can show text in the panels with:
This.Statusbar1.Panels(1).Text = "Hello!"
I don't know about adding buttons to it, but you can show any of the panels with a raised attribute to make it look like a button and then put code in the PanelClick():
This.Statusbar1.Panels(1).Bevel = 2 &&sbrRaised
You can add panels to the control with:
This.Statusbar1.Panels.Add()
HTH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform