Any custom/third party Visual C# text box Controls with extra features?
Posted
by PlaZmaZ
on Stack Overflow
See other posts from Stack Overflow
or by PlaZmaZ
Published on 2010-06-02T23:26:37Z
Indexed on
2010/06/02
23:34 UTC
Read the original article
Hit count: 152
c#
I'm writing a program that uses the textbox in visual C# to read a log file. When dealing with very large amounts of text, writing to the textbox is incredibly slow. The textbox also lacks many features. Are there any custom textbox controls that are faster, or even a sort of embedded editor (with ability to highlight certain words, indent, input bookmarks)? Many of the features I want are programmable, but it would be nice if there was a faster textbox or one that already had these features :)
Thanks.
© Stack Overflow or respective owner