Results 1 to 4 of 4

Thread: Scrolling a text box

  1. #1

    Thread Starter
    Fanatic Member Gary.Lowe's Avatar
    Join Date
    May 2000
    Location
    In my sphere of influence
    Posts
    621

    Unhappy

    Hi All

    I have a text box on a form which displays the progress of the app i.e. what stage it is at.

    The trouble is it fills up past the bottom and I want to be able to show the current stage at the bottom of the text box.

    I want the text box to be able to scroll to the bottom of the text box automatically.

    Thanks
    Gary Lowe
    VB6 (Enterprise) SP5
    ADO 2.6
    SQL Server 7 SP3

    OK I know my spelling and grammer is crap so don't quote me on it!

    To err is human to take the P! is only natural !!

    Click on the top section of image for Marcus Miller website and bottom section of image for 'Run For Cover' sound clip


  2. #2
    Guest
    Okay - - - I have the coding at home whereby the text within a text box scrolls from one side to the other. Very similar to a marquee.

    When I get home from college - about 8:30 PM GMT I shall put the coding up on the board or post it to you via email.

    Hope this helps



  3. #3
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649
    Try adding this line after you altered the text:
    Code:
    Text1.SelStart = Len(Text1)
    Good luck!

  4. #4

    Thread Starter
    Fanatic Member Gary.Lowe's Avatar
    Join Date
    May 2000
    Location
    In my sphere of influence
    Posts
    621
    Thanks Rob & Joacim

    Joacim
    Thats exactly what I wanted

    Gary Lowe
    VB6 (Enterprise) SP5
    ADO 2.6
    SQL Server 7 SP3

    OK I know my spelling and grammer is crap so don't quote me on it!

    To err is human to take the P! is only natural !!

    Click on the top section of image for Marcus Miller website and bottom section of image for 'Run For Cover' sound clip


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