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...
I know how to format selected text but thats it...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
Any help would be appreciated...




Reply With Quote