Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A statusbar object?
Message
From
20/05/1999 17:42:52
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00221179
Message ID:
00221188
Views:
15
The VFP status bar cannot be accessed as an object. There is an ActiveX status bar you can use instead.

I think the height of the VFP status bar is fixed and it's 24 pixels. Try this:

SET STATUS BAR ON

? _SCREEN.Height

SET STATUS BAR OFF

? _SCREEN.Height


and see if the difference is 24.

Dick
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform