vayaMierdaForo
Member
- Joined
- May 20, 2006
- Messages
- 7
- Programming Experience
- Beginner
Hello!
I'm having problems with a richTextBox. This rich is used like a code editor (with some words in blue and the oders in black) The user can write on it new words and after that he can push a button that read all the rich and paint (If it's necessary) the new words. Here, I've two big problems:
1- If some word is Blue, and the user try to write near it, the new characters writed are blue! I can't force (Well, I don't know) that all the characters that the user can write would be blacks.
2- Is possible to change all the words to black with some easy process or trick. Read all the words another time painting its manually to black isn't a good way
Thanks in advance.