Simple question how do you always have the text being written to this control visible; i.e. the data added onto the text is always show; i.e. the scroll bars always being move to the botton for new data.
there is nothing specific to richedit. This is a standard API for any kind of windows. So, to handle WM_SCROLL you may subclass the richedit. To scroll send message WM_SCROLL, read documentation for message WM_SCROLL and for function SendMessage.
read the manual, I gave you the correct dirrection. This is not a big technical issue you to afford when working with SendMessage. Try msdn.microsoft.com or of course google.com.
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.