I have a TextArea that I fill line by line:
TextArea1.Text = TextArea1.Text + EndOfLine + line
How to change the color of a particular line? (if it meets certain conditions) without affecting all the text?
Thanks
7 posts - 6 participants
I have a TextArea that I fill line by line:
TextArea1.Text = TextArea1.Text + EndOfLine + line
How to change the color of a particular line? (if it meets certain conditions) without affecting all the text?
Thanks
7 posts - 6 participants