i am using this
VB Code:
Dim FirsttoLast As String FirsttoLast = Mid(TextToScroll, 1, 1) TextToScroll = TextToScroll.Remove(0, 1) TextToScroll = TextToScroll.Insert(Microsoft.VisualBasic.Len(TextToScroll), FirsttoLast) ScrollingText.Text = TextToScroll
but how would i scroll it with lenth to it. like from point a to point b.
