Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mouse Over?
Message
De
05/09/2001 12:44:56
 
 
À
05/09/2001 03:30:04
Jimi Lee
Pop Electronic Products Ltd.
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00552362
Message ID:
00552638
Vues:
17
This message has been marked as the solution to the initial question of the thread.
>I wanna make some text on a form work as hyper-link in web pages, but seems there's no mouseover events, any idea?
>
>Thanks in advance,
>Jimi

You can combine the MouseMove events for both a label control and the form's, so then you can reset the label's original settings when the mouse moves out of the label area:
For example, in the label's MouseMove event you could put:
This.Fontbold = .T.
And in the Form's MouseMove event:
This.Label1.Fontbold = .F.
Achieving the desired effect.

Hope this helps.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform