How can I make all keywords in a ritch textbox have automatic color set to blue or green ect...
I intend to have a list of a keyword structure...
Code:
<Serializable()>Freind Structure KeyWord
     Public WordColor as Color
     Public WordBold as Boolean
     Public WordUnderLine as Boolean 
     Public WordItalic as boolean
     Public Word as String
End Structure
I know how to format selected text but thats it...

Any help would be appreciated...