Skip to content

Replies

0
Israel
Israel answered on Jun 25, 2009 3:56 PM

thanks for the answer…

Yes u r rigth, the properties Multiline and WordWrap are set to True and False respectively… and i'm adding text to de control through .AppendText method but onces the line reach 1024 characters continues in the next line, and the control does that only when the focus is set to it. because when it's just filled the line is apparently in one…

All this is becase i'm currently developing an application that it's writing some thing like a log from a database consulting… so i take the result set and write all te columns in a textbox like a query analyzer but when there are to many columns has this efect.

any idea

thank you very moch

Israel

0
Israel
Israel answered on Jun 25, 2009 12:07 AM

Hello is there a way to put more than 1024 characters in single line of the UltraTextEditor.

 

tanks