Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hyperlink effects in CommandButton
Message
 
To
13/12/2001 11:31:14
Eugenio Guarente
Data Network Ingenieria
Caracas, Venezuela
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00593883
Message ID:
00594076
Views:
22
>*Hello.
>*Hiperlink Effects in Command Buttons.
>*Note: For VFP7 Version.
>
>*Code in CommandButton "MouseMove" Event
>
>THis.FontBold = .T.
>This.ForeColor = 255 && For VFP7 users
>
>*****************************
>
>*Code in CommandButton "MouseLeave" Event
>
>THis.FontBold = .F.
>This.ForeColor = 0 && For VFP7 users
>
>*You can vary also the FontName,FontSize,
>* FontItalic,FontUnderline....propertys, etc.
>
>
>eguarente@hotmail.com

Your tip was only for VFP 7 users.
There is no MouseLeave event in other versions of VFP.

You have to use some trick to do the same in prior versions.
See OnMouseOut() on the download section for an sample of this.

:-)
If we exchange an apple, we both get an apple.
But if we exchange an idea, we both get 2 ideas, cool...


Gérald Santerre
Independant programmer - internet or intranet stuff - always looking for contracts big or small :)
http://www.siteintranet.qc.ca
Previous
Reply
Map
View

Click here to load this message in the networking platform