> I don't see how to show that part of the text from 
> RichEdit window where the cursor is jumping.

Try
SendMessage(RichEdit1.handle, EM_SCROLLCARET,0,0);
RichEdit1.SetFocus;

hth
malcolm
_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to