Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Determine A Label's Height
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00557502
Message ID:
00557554
Vues:
9
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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform