Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stupid label question
Message
From
09/11/1998 09:49:28
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00155701
Message ID:
00155705
Views:
30
>i have an app that performs some system functions. the app contains a single form that has a start an exit button. it also has a label that is used to indicate the apps progress. the length of the label caption can vary greatly. the label can only be so wide (obviously not wider than the form), so it may have to be multi lined. i am having a hard time making the label visually appealing, and the correct size. how is a good way of setting the label properties when the caption size may vary greatly? how also should i set the caption: should i use chr(13) to go to next line?l
>
>thanks - brenda

You may use Label.Autosize=.T. Also, use Label.Alignment property. If you set Label.Wordwrap=.T., you don't need in CHR(13) to get multiple lines.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform