We need you!

We're working hard on the next version of Developer Fusion. Let us know what you think we should be up to!

Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Rated
Read 29,814 times

Contents

Downloads

Related Categories

Scrolling Text Control - Overview

Scrolling Text Control 1
Free
Unknown Software Publisher
More Information & Purchase
Unknown Software Publisher

Overview

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!

Comments

  • Re: Can anyone solve this?

    Posted by sfodom on 01 May 2008

    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...

  • Re: Can anyone solve this?

    Posted by AIS4U on 14 Mar 2007

    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 ...

  • Re: Please Advise!

    Posted by AIS4U on 14 Mar 2007

    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...

  • Can anyone solve this?

    Posted by taylormade on 24 Mar 2004

    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

  • Please Advise!

    Posted by SonnyBoy on 10 Jan 2004

    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?