
Originally Posted by
Eduardo-
Set the SelStart property to Len(Text1.Text) before adding more text with SelText.
I can't do that because sometimes the typing starts in the middle.
For example I'm framing something like this:
Code:
*********************************************** ' <- This border
The Extraordinary Tale of Sterling Soupforkinöv ' <- This is slowtyped in *after* the borders are created.
*********************************************** ' <- and this border are typed into the textbox first.
That's just one example. I have stuff like this all over the place. Trying to save the position of every bit of text the program is adding so I can restore the position if the user moves it will be a nightmare.