Advertisement
ASP_Volume3 VB function enhancement #50094

Auto-Scrolling Text Box - 1 Line of code

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.

AI

AI Summary: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Source Code
original-source
Text1.SelStart = Len(Text1.Text)
Original Comments (3)
Recovered from Wayback Machine