Results 1 to 5 of 5

Thread: Text box that scrolls text

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2005
    Posts
    181

    Text box that scrolls text

    Any ideas on how i could make a text box that would slowly scroll through the text in it?

    Thanks
    John

  2. #2
    Hyperactive Member francisstokes's Avatar
    Join Date
    May 2005
    Location
    Kent, England
    Posts
    272

    Re: Text box that scrolls text

    Thats when you know people are lazy lol. You have to consider scrolling for them.

  3. #3
    Frenzied Member
    Join Date
    Jul 2005
    Posts
    1,521

    Re: Text box that scrolls text

    Are you wanting it to scroll when text is added to it? Like a chat program? If so try this thread. There are a few options to try. If this won't work how do you want it to scroll?
    Visual Studio Team Edition 2005
    GDI+ Links: Bob Powell VB.Net Heaven
    API Links: All API Pinvoke.Net
    VB6 to VB.Net: Visual Basic 6 to .NET Function Equivalents (Thread)

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    May 2005
    Posts
    181

    Re: Text box that scrolls text

    like the text box already has tons of text in it.. when the user clicks a button it starts from the top and slowly scrolls to the end

  5. #5
    Frenzied Member
    Join Date
    Jul 2005
    Posts
    1,521

    Re: Text box that scrolls text

    Then you're going to want to use a timer.

    Maybe every interval move the carat. If you can findout how many charactors per line you can move it that amount.
    Visual Studio Team Edition 2005
    GDI+ Links: Bob Powell VB.Net Heaven
    API Links: All API Pinvoke.Net
    VB6 to VB.Net: Visual Basic 6 to .NET Function Equivalents (Thread)

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