Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Marquee control
Message
 
 
To
13/11/1999 07:36:31
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Miscellaneous
Thread ID:
00290897
Message ID:
00290971
Views:
15
>Anybody can point me to a good marquee.ocx? There is one in NT but it has no help. At least on my computer.
>Thanks Mark

You mean a control to continuously scroll a text message across a screen? If so, you can do this with a text box and a timer. The key is resetting the value of the textbox everytime the timer fires. Something like:

This.Value = substr(This.Value, 2) + substr(This.Value, 1, 1)
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform