VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Auto-Scrolling Text Box 1 Line of code

by ChoCho (3 Submissions)
Category: VB function enhancement
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (6 Votes)

This code keep the a simple text box scrolled to the bottom as text is added. Simpler code than the code uploaded previously. Just replace Text1 with the name of your text box and put this code right after the code you have to add text to the text box. Set to go.

Rate Auto-Scrolling Text Box 1 Line of code

Text1.SelStart = Len(Text1.Text)

Download this snippet    Add to My Saved Code

Auto-Scrolling Text Box 1 Line of code Comments

No comments have been posted about Auto-Scrolling Text Box 1 Line of code. Why not be the first to post a comment about Auto-Scrolling Text Box 1 Line of code.

Post your comment

Subject:
Message:
0/1000 characters