: Hi
: I have created an edit window and i can send text to it. The problem is the text scrolls off the bottom of the window and out of view. I want to keep the most recent text in view and have the window scroll. This will cause the top part of the edit window text to scroll up out of view but keep the lower , most recent text in view. Here are the styles i am using if that is the problem.
:
: WS_THICKFRAME | WS_SIZEBOX | WS_THICKFRAME | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_HSCROLL |ES_LEFT | ES_MULTILINE | ES_AUTOVSCROLL ,
:
: Any suggestions anybody?
:
: Cheers
: kev
:
:
I am no MS expert, but if MSDN.microsoft.com can not help, then I suggest writting the code yourself. To make a seperate view port,
1. determine the coordinates in the window you want this text to stay
min and max
2. every time you get a scroll event, write over what is in those coordinates with the text that you want to stay