Advertisement
4_2005-2006 VB function enhancement #155391

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

KI-Zusammenfassung: 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.

Quellcode
original-source
Text1.SelStart = Len(Text1.Text)
Originalkommentare (3)
Wiederhergestellt von der Wayback Machine