Hi all, I use RichTextEdit for programming in SDK 2.1. But when I type continues characters to the end of RichTextEdit, these character is invisible. But when I press "enter" key, RichTextEdit automatic jump to next line and display full characters.
I draw this RichTextEdit in SizeChanged() function
if ( iRTextEd )
{
iRTextEd->SetExtent(TPoint(1,22),TSize(174,120 ) );
}
Is anyone can help me ?
Thanks in Advance.