Changing colour of single words
i have a textbox and i want it to change the colour of single words as it 'recognises them'.
I have got the recognising bit sorted but i only know how to change the forecolor of the whole text box. i would like it to simply change the colour of the single word....
Any help would be greatly appreciated
GTJ
Re: Changing colour of single words
You will need a RichTextBox for that purpose.
Re: Changing colour of single words
what code could i use to do this?
Re: Changing colour of single words
...that is what code could i use to select a single word (or automatically select anything in a rich text box!!)
GTJ
Re: Changing colour of single words
I found this last night Check it Out. You may have to tweek it for it to do what you need it to do.
Good Luck
Re: Changing colour of single words
thanks guys. i'll look at this this morning.. and give you some feedback