Showing last page in RichEdit
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Greetings... I have 3 edit boxes which are children of a tab control. The tab has 3 tab items with each edit window for its respective work. Now when the user changes the tab how I make sure that the last page of edit box is always seen ? I am getting the TCN_SELCHANGING message and am able to trap it but how to show the last page of text fully viewable in the editbox ? Thanks in advance. Ritesh