Scrolling Text in .NET

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
5,185
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Apr 13, 2009

How to make a cool scrolling text effect in .NET. I'm using Visual Basic 2008 if you were wondering.


On both buttons:

i = 0 'Reset counter Value
label1.text = "" 'Reset Label
timer1.enabled = true 'Start the timer
strMessage = "text" 'Set Message Text

On the Timer

i += 1 'Increase Counter
label1.text += strMessage.substring(i - 1, 1) 'Specify each letter to add
If i = strmessage.length then timer1.enabled = false 'Stop the timer when the message ends

Category:

Education

Tags:

License:

Standard YouTube License

  • likes, 2 dislikes

Link to this comment:

Share to:

Uploader Comments (NocaCow)

  • Assuming a basic knowledge of the Visual Studio environment.

see all

All Comments (9)

Sign In or Sign Up now to post a comment!
  • This is great! I only know some basic VB, but I do know more than enough to write a very nice program, which I already have. Right now, I'm working on a text-based game, and it would be great to add this effect to it. One problem, though: I don't know what any of this means. I just copy-pasted. Once I get to this point, I'll figure a way to add it in. Thanks man!

  • Yes!!! Thank you so much! Exactly what I was looking for.

  • Try this:

    place a label on the form and change the text to "This Is A Marquee Test. "

    set Label1 AutoEllipsis to True.

    place timer on form,.

    set Timer1 Enabled to true.

    double click Timer! and use this code this code: ' Dim char and get first character form Label1 Dim char1 As Char = Label1.Text = .Text(0) ' Remove first character form Label1 and place at end Label1.Text = .Text = Label1.Text = .Text.Remove(0, 1) & char1

    Start Debugging.

  • @NocaCow Gr8 tut but how do i make it scroll back?

    Like so i can allways see it.

    Like backwars then forwards

  • thx

  • excellent 10/10 thank you :)

  • How can i make it restart after it's done typing?

  • Get an error on 17k letters

  • A++ description. Would read again.

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more