ocr: Code Colorize Project X This project shows how to "colorize" your RTF text entry dynamically using a set of predefined keywords (which reside in a file that you can modity), similar to the way the VB IDE colorizes your code as you enter it! Filename that contains Keywords to be colorized: KEYWORDS.TXT View File Sub Something This is a comment Print "Hello There" Goto somesub End Sub // THIS IS A C-STYLE COMMENT Do while a < 10 a=a+l Print a Loop