When you load text from a file to show it in a Memo, the Memo displays the text from the beginning (From the first lines). But I would like to be showed the end.
¿What can I do for the text to be scrolled automatically to the end?
Many thx
Printable View
When you load text from a file to show it in a Memo, the Memo displays the text from the beginning (From the first lines). But I would like to be showed the end.
¿What can I do for the text to be scrolled automatically to the end?
Many thx
What is the control that you use to display the text?
Is it an edit control?
If so you can use CEdit::LineScroll
No, is a Memo. The text is loaded from a file using the function LoadFromFile(..)