Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make the “marquee” in a form
Message
From
12/04/2004 04:22:05
 
 
To
12/04/2004 04:12:58
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00893966
Message ID:
00893969
Views:
17
Suppose you have your object Label1 in a container try this with a timer.Set the timer interval to 10. Just try it might work.

if This.Parent.Container1.Label1.left<>(This.Parent.Container1.Label1.width)*-1
This.Parent.Container1.Label1.left=This.Parent.Container1.Label1.left-1
endif
if This.Parent.Container1.Label1.left=(This.Parent.Container1.Label1.width)*-1
This.Parent.Container1.Label1.left=This.Parent.Container1.width
endif
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform