Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mouse Over?
Message
From
05/09/2001 12:44:56
 
 
To
05/09/2001 03:30:04
Jimi Lee
Pop Electronic Products Ltd.
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00552362
Message ID:
00552638
Views:
18
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform