Quote:
Originally Posted by jmcilhinney
Why exactly are you using a RichTextBox anyway? Are you using syntax highlighting? If not then you may as well just use a TextBox, which won't cull your Cr characters.
|
Syntax Highlighting will be in eventually, but at the moment it affords me a bit more control, and a larger memory base for large files.
There were other reasons (can't remember though). I basically was trying to do something with the MultiLine TextBox and it wasn't doing what I wanted, so I switched to a RTB and it did. But that was months ago, so, *shrug*.