TextArea Setting Cursor Position

I am adding a capability for users to open a “Personal Notes” window. The window uses a TextArea and Styled Text to keep the notes. The contents are saved into a file and upon opening, the contents of the file are read and saved in the Text Area. I used the Example Styled Text as a starting point.

After loading the contents of the file using the AppendStyleRun method, how do I set the cursor to after the last character added ?

Thanks in advance.

Ron Bower

SELSTART / SELLENGTH

Thanks, Dave. Works well.