Scrolling multiline edit ctrl to bottom
-
hi everyone! how should I tell a multiline edit control, which has more text than is viewable, to scroll down so the text at the end is always visible? the text is frequently changing, and every time I want the control scrolled automatically to the bottom. what do you think? :-D thanks, Jake ***** Jake Palmer www.duke.edu/~jp6
-
hi everyone! how should I tell a multiline edit control, which has more text than is viewable, to scroll down so the text at the end is always visible? the text is frequently changing, and every time I want the control scrolled automatically to the bottom. what do you think? :-D thanks, Jake ***** Jake Palmer www.duke.edu/~jp6
int l_nMin, l_nMax; m_YourCEdit.GetScrollRange(SB_VERT, &l_nMin, &l_nMax); m_YourCEdit.SetScrollPos(SB_VERT, l_nMax); Name: STR BTW: for some of you that wished for CodeProject irc server I create a channle on DalNet called "#CodeProject"