Another great VB Web control that allows you to easily scroll text left, right, up or down. Features include...
Full Source Code Included Scroll Left, Right, Up or Down Load text from files Set speed, colour, font etc. Only 32KB!
I did extensive testing. If a line of text is too long, the whole thing gets out of whack. Make your lines shorter. I was successful in scrolling 240 lines of 10 c...
There are certain limitations for the TextBox control:
The text displayed by the control is contained in the Text property. By default, you can enter up to 2048 characters in a text ...
SonnyBoy:
The text displayed by the control is contained in the Text property. By default, you can enter up to 2048 characters in a text box. If you set the MultiLine property...
This control is just what I need for an app.. but it stops displaying text after a certain number of characters. Can someone help me overcome this problem? rbender@rosina.com
Would like to know what the limitation on text that can be entered? How many characters? How many lines? Can this be overcome? If so How to do it?