Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determine A Label's Height
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00557502
Message ID:
00557554
Views:
11
Hi Kevin,
Instead of label you can use editbox with following properties
	
BorderStyle = 0
Enabled = .F.
MaxLength = 80
ScrollBars = 0
SpecialEffect = 1
DisabledForeColor = RGB(0,0,0)
Just set max allowed width and hight.

>A Better question is:
>
>If I set the label from "FoxPro" to "Microsoft Visual FoxPro",
>how can I automagically resize the label so it reads vertically
>within a specified space?
>
>I'm looking for the same effect as the text on a desktiop icon.
>
>Thanks
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform