I need special log/history window control where the first line that is entered appears at the bottom, and the contents are scrolled upwards. (Like in mIRC). And it must be able to select the text. Maybe there is a way to modify CEdit class?
Unless I misunderstand your post, I don't see why you need to modify CEdit (Edit Control) behavior. Just set the current Selected position to the start and the use ReplaceSel() to add a string with CRLF termination bytes.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.