Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Change Caption in a Label
Message
De
18/01/2005 12:36:17
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
00978069
Message ID:
00978172
Vues:
29
>I decided to use:
>
>>To detect whether the user only moves the mouse over an object, you can use MouseMove().
>
>This works fine, but is a little funky as you move the mouse. How do I use StatusBarText? It seems that only the form has this property.

No, most objects have StatusBarText, but Label DOES NOT have it. Sorry. I had used this for TextBoxes, etc.

Perhaps you can make a TextBox look like a Label. The following combination seems to work OK:
.BackStyle = Transparent
.BorderStyle = None
.StatusBarText = "This is my StatusBarText"
.Value = "This is the Caption"
.When Event: RETURN .F.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform