Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create a Status Bar
Message
From
09/12/1997 09:05:54
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00063741
Message ID:
00064634
Views:
50
>>>I am using Visual FoxPro V5.0. Can anyone suggest the best way to make a custom status bar?
>>>
>>>I am looking for a Status Bar that will be permanently anchored to the bottom of my FoxPro screen but above the Win95 menu - and refreshes when the Win95 Menu is hidden/visible.
>>>
>>>I have tried to created a custom Status Bar as a form without Title Bar and made it the same height as the text boxes. The text boxes contain information relative to my application which is updated as the application runs. I am having a problem locating the bottom of the FoxPro screen. My custom Status Bar seems to 'float' an inch or two over the Win95 Status Bar. It seems that I am not able to get an accurate reading from _screen.Height to correctly position the custom Status Bar.
>>
>>I guess, you could use toolbar docked at the bottom.
>
>Dear Edward,
>
>Thank you for your reply to my question about the Status Bar.
>
>I did look at the docked toolbar, but could not find a way of getting rid of the caption title. I removed everything, caption, control box, etc, without success.
>
>However, I have gone back to my original plan of a form, one control high (which I can remove the caption bar) and control the positioning through SYSMETRIC() which I was not using previously.
>
>Regards....Rex

You remove caption from the toolbar the same way as you are doing this for a form:
Thisformset.Mytoolbar.Caption=""
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform