Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Blinking Text on a Form
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00608639
Message ID:
00608646
Views:
38
Hello Chad.

Can I make text blink on a VFP form? You could do it in FP2.6.

You can create your own custom blinking label class by dropping a label and a time into a container. You set the container's BackStyle to 0-Transparent and its BorderWidth to 0. Set the timer's Interval to 300 and put this code in the Timer's Timer method:
WITH This.Parent.lblBase
  .Visible = !.Visible
ENDWITH	
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform