Text is disappearing from the bottom of a RichEdit control window and I’d like to ensure the bottom character is always visible. Obviously, I could manually scroll to the bottom, but I’d like to do it under software control.
Text is disappearing from the bottom of a RichEdit control window and I’d like
Share
Send the EM_SCROLLCARET message. Position the caret first, GetWindowTextLength() and EM_SETSEL.