Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Status bar control
Message
From
21/09/2001 14:50:22
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00559382
Message ID:
00559453
Views:
18
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform