B
Bad_Kid
To change text's color without selecting it - (example, when a button is
pressed to change color of the characters from 4th to 6th)?? (richTextBox)
- 'cause the only way I know is to select that string and then to change
color of selection...
- can it be done without:
this.richTextBox1.Select(4,2);
this.richTextBox1.SelectionColor = Color.Black;
thnx!
pressed to change color of the characters from 4th to 6th)?? (richTextBox)
- 'cause the only way I know is to select that string and then to change
color of selection...
- can it be done without:
this.richTextBox1.Select(4,2);
this.richTextBox1.SelectionColor = Color.Black;
thnx!