-
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
-
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 :)
-
Try adding this line after you altered the text:
Code:
Text1.SelStart = Len(Text1)
Good luck!
-
Thanks Rob & Joacim
Joacim
Thats exactly what I wanted