Programmatically Inserting formatted text
C#
1
Posts
1
Posters
0
Views
1
Watching
-
hi, As far as I have seen, there is no easy way to enter multiline text (while preserving spacing formatting, etc.) into a regular text box or rich text box. So I created an application that does this for you. You paste or enter your text into a rich text box, then click a button to generate the code with the formatting information (such as "\r\n", etc.). This is basically a way to batch convert your text into a format that can be inserted into another application to send that text programmatically into a regular text box or a rich text box. I hope you find it useful. You can download it here: http://www.teched.coe.ohio-state.edu/lugnut/text_formatting_creator/Text%20Formatting%20Revealer.zip