Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Horizontal Scrolling Text.
Message
 
 
To
18/08/1999 08:58:06
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00254917
Message ID:
00255222
Views:
15
>Any easy way to do that at the bottom of the screen?.
>
>Thanks,

A modeless form with no closebox, no min, max or close button, not movable. This all removes the title bar. Then drop a textbox and a timer on the form. Every partial second, change the value of the textbox.

lcMessage = ThisForm.txtMessage.Value
ThisForm.txtMessage.Value = substr(lcMessage, 2) + left(lcMessage, 1)
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform