Results 1 to 10 of 10

Thread: Point A to point B

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2006
    Posts
    19

    Point A to point B

    i am using this
    VB Code:
    1. Dim FirsttoLast As String
    2.         FirsttoLast = Mid(TextToScroll, 1, 1)
    3.         TextToScroll = TextToScroll.Remove(0, 1)
    4.         TextToScroll = TextToScroll.Insert(Microsoft.VisualBasic.Len(TextToScroll), FirsttoLast)
    5.         ScrollingText.Text = TextToScroll

    but how would i scroll it with lenth to it. like from point a to point b.
    Last edited by paperthinstories; Jun 9th, 2006 at 01:42 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width